WUT  0.1
Wii U Toolchain
Data Structures | Macros | Typedefs | Functions
systeminfo.h File Reference
#include <wut.h>
#include "time.h"

Go to the source code of this file.

Data Structures

struct  OSSystemInfo
 

Macros

#define OSOneSecond   ((OSGetSystemInfo()->clockSpeed) / 4)
 
#define OSMilliseconds(val)   ((((uint64_t)(val)) * (uint64_t)(OSOneSecond)) / 1000ull)
 

Typedefs

typedef struct OSSystemInfo OSSystemInfo
 

Functions

OSSystemInfoOSGetSystemInfo ()