diff options
| author | Michael Brown | 2022-02-14 14:13:37 +0100 |
|---|---|---|
| committer | Michael Brown | 2022-02-14 14:21:09 +0100 |
| commit | 1150321595c44acfac2b2c56590d4d7f1d2ad70c (patch) | |
| tree | c190091c416437feb53247945a47ae71695812d7 /src/core/bitmap.c | |
| parent | [console] Handle remapping of scancode 86 (diff) | |
| download | ipxe-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/core/bitmap.c')
0 files changed, 0 insertions, 0 deletions
