22e6a774f9
* Makefile.util.def (libgrubkern): Add mdraid_linux_be.c. * grub-core/Makefile.core.def (mdraid09_be): New module. * grub-core/disk/mdraid_linux.c: Use grub_md_to_cpu* and grub_cpu_to_md* rather than grub_le_to_cpu* and grub_cpu_to_le*. * grub-core/disk/mdraid_linux_be.c: New file.
2 lines
51 B
C
2 lines
51 B
C
#define MODE_BIGENDIAN 1
|
|
#include "mdraid_linux.c"
|