LICK
 All Data Structures Files Functions Variables Enumerations Enumerator
grub2.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "../menu.h"
9 
21 int unmount_uefi_partition(char drive);
26 menu_t *get_grub2();
int unmount_uefi_partition(char drive)
unmounts the UEFI partition
Definition: grub2.c:49
menu_t * get_grub2()
get the grub2 menu plugin
Definition: grub2.c:393
char mount_uefi_partition()
mounts the UEFI partition on a free drive
Definition: grub2.c:34
Hooks to call boot loader menu plugins.
Definition: menu.h:51