clang-format
This commit is contained in:
@@ -34,9 +34,8 @@
|
||||
* Wait channel.
|
||||
*/
|
||||
|
||||
|
||||
struct spinlock; /* in spinlock.h */
|
||||
struct wchan; /* Opaque */
|
||||
struct wchan; /* Opaque */
|
||||
|
||||
/*
|
||||
* Create a wait channel. Use NAME as a symbolic name for the channel.
|
||||
@@ -76,5 +75,4 @@ void wchan_sleep(struct wchan *wc, struct spinlock *lk);
|
||||
void wchan_wakeone(struct wchan *wc, struct spinlock *lk);
|
||||
void wchan_wakeall(struct wchan *wc, struct spinlock *lk);
|
||||
|
||||
|
||||
#endif /* _WCHAN_H_ */
|
||||
|
||||
Reference in New Issue
Block a user