diff options
Diffstat (limited to 'src/bkl.c')
| -rw-r--r-- | src/bkl.c | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +/* SPDX-License-Identifier: copyleft-next-0.3.1 */ +/* Copyright 2024, Kim Kuparinen < kimi.h.kuparinen@gmail.com > */ + #include <kmi/lock.h> +/** + * @file bkl.c + * + * Instanciation of the big kernel lock. + */ + spinlock_t bkl = 0; |
