mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-18 01:44:46 +00:00

* 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.
3 lines
42 B
C
3 lines
42 B
C
#define MODE_BIGENDIAN 1
|
|
#include "ufs.c"
|