d9c48c7b7c
* Makefile.util.def (libgrubmods): Add ufs_be.c * grub-core/Makefile.core.def (ufs1_be): New module. * grub-core/fs/ufs_be.c: New file. * grub-core/fs/ufs.c: Declare grub_ufs_to_le* and use them throughout the file.
2 lines
42 B
C
2 lines
42 B
C
#define MODE_BIGENDIAN 1
|
|
#include "ufs.c"
|