GIT Revision: 2678be80480b43f3fae31db87f7c58a9d146cc5e

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-source?expand=0&rev=7016
This commit is contained in:
Michal Marek
2011-08-02 05:01:50 +00:00
committed by Git OBS Bridge
parent 0ec3efa4b8
commit 5da4f03c2b
30 changed files with 158 additions and 3 deletions

View File

@@ -7,7 +7,8 @@ use Getopt::Long;
use strict;
my %symbol_type_name = (
n => 'normal', t => 'typedef', e => 'enum', s => 'struct', u => 'union'
n => 'normal', t => 'typedef', e => 'enum', s => 'struct', u => 'union',
E => 'enum constant'
);
my %definitions;