diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-01-24 09:49:33 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-01-24 09:49:33 -0600 |
| commit | 1336f151165fd8a2da10a5d8e1a633e3b72e3fd7 (patch) | |
| tree | 3b0e0f131ab8e55fd3cbfd32ab0155c4cac0b70f /include/linux | |
| parent | e805cfe600656184c9d81897920f044b95888902 (diff) | |
kbuild/modules: Track versions of exported symbols
Store the information on the checksum alongside the rest of the
information on exported symbols. To actually use them, we need
something to check them against first, though ;)
Also, fix some conditional debug code to actually compile.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/module.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/module.h b/include/linux/module.h index 7475c1791529..af4272910b27 100644 --- a/include/linux/module.h +++ b/include/linux/module.h @@ -119,6 +119,7 @@ struct kernel_symbol_group unsigned int num_syms; const struct kernel_symbol *syms; + const unsigned long *crcs; }; /* Given an address, look for it in the exception tables */ |
