summaryrefslogtreecommitdiffstats
path: root/src/hci/keymap/keymap_il.c
diff options
context:
space:
mode:
authorMichael Brown2022-02-14 14:13:37 +0100
committerMichael Brown2022-02-14 14:21:09 +0100
commit1150321595c44acfac2b2c56590d4d7f1d2ad70c (patch)
treec190091c416437feb53247945a47ae71695812d7 /src/hci/keymap/keymap_il.c
parent[console] Handle remapping of scancode 86 (diff)
downloadipxe-1150321595c44acfac2b2c56590d4d7f1d2ad70c.tar.gz
ipxe-1150321595c44acfac2b2c56590d4d7f1d2ad70c.tar.xz
ipxe-1150321595c44acfac2b2c56590d4d7f1d2ad70c.zip
[tables] Add ability to declare static table start and end markers
The compound statement expression within __table_entries() prevents the use of top-level declarations such as static struct thing *things = table_start ( THINGS ); Define TABLE_START() and TABLE_END() macros that can be used as: static TABLE_START ( things_start, THINGS ); static struct thing *things = things_start; Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/hci/keymap/keymap_il.c')
0 files changed, 0 insertions, 0 deletions