aboutsummaryrefslogtreecommitdiff
path: root/sdk-modifications/include/ds2_cpuclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdk-modifications/include/ds2_cpuclock.h')
-rw-r--r--sdk-modifications/include/ds2_cpuclock.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/sdk-modifications/include/ds2_cpuclock.h b/sdk-modifications/include/ds2_cpuclock.h
deleted file mode 100644
index 058ba99..0000000
--- a/sdk-modifications/include/ds2_cpuclock.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef _DS2_CPUCLOCK_H__
-#define _DS2_CPUCLOCK_H__
-
-
-#define CPU_MAX_LEVEL_EX 18
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern int ds2_getCPUClock(void);
-extern int ds2_setCPULevel(unsigned int level);
-extern void ds2_udelay(unsigned int usec);
-extern void ds2_mdelay(unsigned int msec);
-
-//#define ds2_setCPUclocklevel ds2_setCPULevel
-
-#ifdef __cplusplus
-}
-#endif
-
-#endif //__DS2_CPUCLOCK_H__