OSUncachedToCached

Syntax

#include <revolution/os.h>

void* OSUncachedToCached(void* addr);

Arguments

addr Uncached address.

Return Values

Cached address.

Description

Converts addr from a non-cached address into a cached address.

See Also

Address Conversion Functions, OSCachedToUncached

Revision History

2006/03/01 Initial version.


CONFIDENTIAL