diff options
Diffstat (limited to 'scripts/gendwarfksyms/examples/kabi_ex.c')
-rw-r--r-- | scripts/gendwarfksyms/examples/kabi_ex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/gendwarfksyms/examples/kabi_ex.c b/scripts/gendwarfksyms/examples/kabi_ex.c index 0b7ffd830541..b73ee5399a59 100644 --- a/scripts/gendwarfksyms/examples/kabi_ex.c +++ b/scripts/gendwarfksyms/examples/kabi_ex.c @@ -28,3 +28,5 @@ struct ex2c ex2c; struct ex3a ex3a; struct ex3b ex3b; struct ex3c ex3c; + +struct ex4a ex4a; |