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