random progress

This commit is contained in:
rusefillc 2022-10-27 21:32:23 -04:00
parent 9549b2a4ee
commit fe9b50e4b7
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ static inline uint32_t SWAP_UINT32(uint32_t x)
#define BIT(n) (UINT32_C(1) << (n))
// we also have efi::size which probably does not work for C code
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#define HUMAN_OFFSET 1
// human-readable IDs start from 1 while computer-readable indices start from 0