blob: bc6964588cf14ac22b3323f5732fa5e5df51cbf3 [file] [log] [blame]
#ifndef __XDP__
#define __XDP__
#include "utils.h"
int xdp_parse(int *argc, char ***argv, struct iplink_req *req);
void xdp_dump(FILE *fp, struct rtattr *tb);
#endif /* __XDP__ */