]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/boot/efi/linux.h
Merge pull request #2495 from heftig/master
[thirdparty/systemd.git] / src / boot / efi / linux.h
CommitLineData
0fa2cac4
KS
1/*
2 * This program is free software; you can redistribute it and/or modify it
3 * under the terms of the GNU Lesser General Public License as published by
4 * the Free Software Foundation; either version 2.1 of the License, or
5 * (at your option) any later version.
6 *
7 * This program is distributed in the hope that it will be useful, but
8 * WITHOUT ANY WARRANTY; without even the implied warranty of
9 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
10 * Lesser General Public License for more details.
11 *
12 * Copyright (C) 2015 Kay Sievers <kay@vrfy.org>
13 */
14
15#ifndef __SDBOOT_kernel_H
16#define __SDBOOT_kernel_H
17
18EFI_STATUS linux_exec(EFI_HANDLE *image,
19 CHAR8 *cmdline, UINTN cmdline_size,
20 UINTN linux_addr,
21 UINTN initrd_addr, UINTN initrd_size);
22#endif