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:
@@ -23,6 +23,6 @@
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
#define NVRAM_SETCKS _IO('p', 0x41)
|
||||
#define NVRAM_FIRST_BYTE 14
|
||||
#define NVRAM_OFFSET(x) ((x)-NVRAM_FIRST_BYTE)
|
||||
#define NVRAM_OFFSET(x) ((x) - NVRAM_FIRST_BYTE)
|
||||
#endif
|
||||
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
|
||||
|
Reference in New Issue
Block a user