aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src/ipc.rs
diff options
context:
space:
mode:
Diffstat (limited to 'ctru-sys/src/ipc.rs')
-rw-r--r--ctru-sys/src/ipc.rs9
1 files changed, 0 insertions, 9 deletions
diff --git a/ctru-sys/src/ipc.rs b/ctru-sys/src/ipc.rs
deleted file mode 100644
index 419b3ec..0000000
--- a/ctru-sys/src/ipc.rs
+++ /dev/null
@@ -1,9 +0,0 @@
-//TODO: Implement static inline functions
-
-#[derive(Clone, Copy)]
-#[repr(C)]
-pub enum IPC_BufferRights {
- IPC_BUFFER_R = 2,
- IPC_BUFFER_W = 4,
- IPC_BUFFER_RW = 6,
-}