aboutsummaryrefslogtreecommitdiff
path: root/src/raw/services/soc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/raw/services/soc.rs')
-rw-r--r--src/raw/services/soc.rs7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/raw/services/soc.rs b/src/raw/services/soc.rs
deleted file mode 100644
index aff4f1d..0000000
--- a/src/raw/services/soc.rs
+++ /dev/null
@@ -1,7 +0,0 @@
-use ::Result;
-
-
-extern "C" {
- pub fn SOC_Initialize(context_addr: *mut u32, context_size: u32) -> Result;
- pub fn SOC_Shutdown() -> Result;
-}