LICK
 All Data Structures Files Functions Variables Enumerations Enumerator
Data Fields
loader_t Struct Reference

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>

Collaboration diagram for loader_t:
Collaboration graph
[legend]

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
 

Detailed Description

functions relevant to a boot loader plugin. Do not use items directly, use the wrappers in boot-loader.h instead


The documentation for this struct was generated from the following file: