functions relevant to a boot loader plugin. Do not use items directly, use the wrappers in boot-loader.h instead More...
#include <boot-loader.h>
Data Fields | |
int(* | supported )() |
determines if the plugin supports the system | |
int(* | check )() |
determines if the plugin is currently installed | |
int(* | install )(sys_info_t *info, lickdir_t *lick) |
installs LICK, using the plugin | |
int(* | uninstall )(sys_info_t *info, lickdir_t *lick) |
uninstall LICK, using the plugin | |
menu_t *(* | get_menu )() |
get the relevant boot loader menu plugin | |
functions relevant to a boot loader plugin. Do not use items directly, use the wrappers in boot-loader.h instead