Skip to main content

fdt_strerror

Function fdt_strerror 

Source
pub unsafe extern "C" fn fdt_strerror(errval: c_int) -> *const c_char
Expand description

fdt_strerror - return string description of error code @errval: Error code returned by a libfdt function

fdt_strerror() returns a string description of the error code passed in @errval.

returns: pointer to a string describing the error code