OpenCore  1.0.4
OpenCore Bootloader
Loading...
Searching...
No Matches
AppleMacEfi.h
Go to the documentation of this file.
1
13#ifndef APPLE_MAC_EFI_H
14#define APPLE_MAC_EFI_H
15
16#include <AppleCpuType.h>
17
18#include <Uefi.h>
20
21#ifndef ARRAY_SIZE
22
34#define ARRAY_SIZE(Array) (sizeof (Array) / sizeof ((Array)[0]))
35
36#endif
37
38#endif // APPLE_MAC_EFI_H