Switch kernel header parsing to python libclang
Replace the tokenizer in cpp.py with libclang. Bug: 18937958 Change-Id: I27630904c6d2849418cd5ca3d3c612ec3078686d
This commit is contained in:
@@ -22,21 +22,21 @@
|
||||
#include <linux/pkt_cls.h>
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
struct tcf_em_cmp {
|
||||
__u32 val;
|
||||
__u32 mask;
|
||||
__u16 off;
|
||||
__u32 val;
|
||||
__u32 mask;
|
||||
__u16 off;
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
__u8 align:4;
|
||||
__u8 flags:4;
|
||||
__u8 layer:4;
|
||||
__u8 opnd:4;
|
||||
__u8 align : 4;
|
||||
__u8 flags : 4;
|
||||
__u8 layer : 4;
|
||||
__u8 opnd : 4;
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
};
|
||||
enum {
|
||||
TCF_EM_ALIGN_U8 = 1,
|
||||
TCF_EM_ALIGN_U16 = 2,
|
||||
TCF_EM_ALIGN_U8 = 1,
|
||||
TCF_EM_ALIGN_U16 = 2,
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
TCF_EM_ALIGN_U32 = 4
|
||||
TCF_EM_ALIGN_U32 = 4
|
||||
};
|
||||
#define TCF_EM_CMP_TRANS 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user