Name

of_fdt_is_big_endian — Check if node needs BE MMIO accesses

Synopsis

bool of_fdt_is_big_endian (const void * blob,
 unsigned long node);
 

Arguments

blob

Pointer to device tree blob (flattened device tree)

node

Node offset in blob

Return

True if node has a big-endian property, or if the kernel was compiled for BE *and* node has a native-endian property.