mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-17 21:38:44 +00:00
5 lines
112 B
C
5 lines
112 B
C
/* befs.c - The native BeOS/Haiku file-system. */
|
|
#define MODE_BFS 1
|
|
#define MODE_BIGENDIAN 1
|
|
#include "afs.c"
|