OSUncachedToCached

C Specification

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

Arguments

addr Uncached address.

Return Values

Cached address.

Description

Converts addr from an uncached into a cached address.

See Also

Address Conversion Functions, OSCachedToUncached

Revision History

2006/03/01 Initial version.


CONFIDENTIAL