grub/grub-core/osdep/ofpath.c

6 lines
89 B
C

#if defined (__linux__)
#include "linux/ofpath.c"
#else
#include "basic/ofpath.c"
#endif