summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/efi/efi_cmdline.h
blob: 45abd549301a4ca73e9f90992ef225cf85101319 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _IPXE_EFI_CMDLINE_H
#define _IPXE_EFI_CMDLINE_H

/** @file
 *
 * EFI command line
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

#include <stdint.h>
#include <wchar.h>

extern const wchar_t *efi_cmdline;
extern size_t efi_cmdline_len;

#endif /* _IPXE_EFI_CMDLINE_H */