diff options
Diffstat (limited to 'src/boot/bootctl-uki.h')
-rw-r--r-- | src/boot/bootctl-uki.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/boot/bootctl-uki.h b/src/boot/bootctl-uki.h new file mode 100644 index 0000000..effb984 --- /dev/null +++ b/src/boot/bootctl-uki.h @@ -0,0 +1,4 @@ +/* SPDX-License-Identifier: LGPL-2.1-or-later */ + +int verb_kernel_identify(int argc, char *argv[], void *userdata); +int verb_kernel_inspect(int argc, char *argv[], void *userdata); |