mirror of
https://github.com/devkitPro/wut.git
synced 2026-04-22 17:27:40 -05:00
23 lines
221 B
C
23 lines
221 B
C
#pragma once
|
|
#include <wut.h>
|
|
|
|
/**
|
|
* \defgroup nsysccr_ccr
|
|
* \ingroup nsysccr
|
|
*
|
|
* @{
|
|
*/
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
int32_t
|
|
CCRSetCompatMode(uint32_t compatMode);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
/** @} */
|