Searched defs:grub_be_to_cpu32 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/grub/grub2/include/grub/
H A Dtypes.h217 # define grub_be_to_cpu32(x) ((grub_uint32_t) (x)) macro
236 # define grub_be_to_cpu32(x) grub_swap_bytes32(x) macro

Completed in 17 milliseconds