http://git.etherboot.org
/
people
/
xl0
/
gpxe.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use "#var" rather than "@c var" for doxygen.
[people/xl0/gpxe.git]
/
src
/
include
/
tables.h
diff --git
a/src/include/tables.h
b/src/include/tables.h
index
9d74df6
..
c3e05e5
100644
(file)
--- a/
src/include/tables.h
+++ b/
src/include/tables.h
@@
-164,6
+164,8
@@
*
*/
+#include "compiler.h" /* for doxygen */
+
#define __table_str(x) #x
#define __table_section(table,idx) \
__section__ ( ".tbl." __table_str(table) "." __table_str(idx) )