psl1ght
A free SDK for Sony's PS3 console
systime.h
1 #ifndef __LV2_SYSTIME_H__
2 #define __LV2_SYSTIME_H__
3 
4 #include <ppu-types.h>
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 s64 sysGetSystemTime();
11 
12 #ifdef __cplusplus
13  }
14 #endif
15 
16 #endif