mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 15:16:31 +00:00

* grub-core/osdep/linux/ofpath.c: ..here, split stub into ... * grub-core/osdep/basic/ofpath.c: ..here.
6 lines
89 B
C
6 lines
89 B
C
#if defined (__linux__)
|
|
#include "linux/ofpath.c"
|
|
#else
|
|
#include "basic/ofpath.c"
|
|
#endif
|