mirror of
https://github.com/ipxe/ipxe
synced 2026-01-03 02:13:23 +03:00
[build] Provide common ARRAY_SIZE() definition
Several files define the ARRAY_SIZE() macro as used in Linux. Provide a common definition for this in include/compiler.h. Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -36,8 +36,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#ifndef _FORCEDETH_H_
|
||||
#define _FORCEDETH_H_
|
||||
|
||||
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
|
||||
|
||||
struct ring_desc {
|
||||
u32 buf;
|
||||
u32 flaglen;
|
||||
|
||||
Reference in New Issue
Block a user