[−][src]Function pspsdk_sys::sdk::sceKernelSetDdrMemoryProtection
pub unsafe extern "C" fn sceKernelSetDdrMemoryProtection(
addr: *mut c_void,
size: c_int,
prot: c_int
) -> c_int
Set the protection of a block of ddr memory
@param addr - Address to set protection on @param size - Size of block @param prot - Protection bitmask
@return < 0 on error