diff options
Diffstat (limited to 'defs.h')
-rw-r--r-- | defs.h | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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); |