summaryrefslogtreecommitdiffstats
path: root/grub-core/osdep/ofpath.c
blob: 1389b1d492de648eb212c5ee0742d55ed967e3d1 (plain)
1
2
3
4
5
#if defined (__linux__)
#include "linux/ofpath.c"
#else
#include "basic/ofpath.c"
#endif