LICK
 All Data Structures Files Functions Variables Enumerations Enumerator
9x.h
Go to the documentation of this file.
1 
6 #pragma once
7 
8 #include "../boot-loader.h"
9 
13 char *install_to_config_sys(char *config, lickdir_t *lick);
17 char *uninstall_from_config_sys(char *config, lickdir_t *lick);
loader_t get_9x()
get the 9x boot loader plugin
Definition: 9x.c:193
Paths to the LICK directory and its components.
Definition: lickdir.h:15
char * install_to_config_sys(char *config, lickdir_t *lick)
for testing
Definition: 9x.c:58
char * uninstall_from_config_sys(char *config, lickdir_t *lick)
for testing
Definition: 9x.c:90
functions relevant to a boot loader plugin. Do not use items directly, use the wrappers in boot-loade...
Definition: boot-loader.h:16