summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/defs.h b/defs.h
index 0a55759..19d559b 100644
--- a/defs.h
+++ b/defs.h
@@ -5,7 +5,6 @@ struct inode;
struct pipe;
struct proc;
struct spinlock;
-struct sleeplock;
struct stat;
struct superblock;
@@ -130,10 +129,6 @@ void initlock(struct spinlock*, char*);
void release(struct spinlock*);
void pushcli(void);
void popcli(void);
-void initsleeplock(struct sleeplock*);
-void acquire_sleeplock(struct sleeplock*, struct spinlock*);
-void release_sleeplock(struct sleeplock*);
-int acquired_sleeplock(struct sleeplock*);
// string.c
int memcmp(const void*, const void*, uint);