OSCachedToUncached

C Specification

#include <revolution/os.h>
void* OSCachedToUncached(void* addr);

Arguments

addr Cached address.

Return Values

Uncached address.

Description

Converts addr from a cached into an uncached address.

See Also

Address Conversion Functions, OSUncachedToCached

Revision History

03/01/2006 Initial version.