diff options
author | Kay Sievers <kay@vrfy.org> | 2015-02-08 17:18:30 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2015-02-17 14:36:59 +0100 |
commit | 0974a682d155a5874123ba7de9c1e314c6681e0f (patch) | |
tree | 51f29d68e54371b323de64a9ede67fa4ea54fdb6 /src/boot/boot-loader.h | |
parent | 0fa2cac4f0cdefaf1addd7f1fe0fd8113db9360b (diff) |
bootctl: add sd-boot support
Diffstat (limited to 'src/boot/boot-loader.h')
-rw-r--r-- | src/boot/boot-loader.h | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/src/boot/boot-loader.h b/src/boot/boot-loader.h deleted file mode 100644 index b3fcdeedad..0000000000 --- a/src/boot/boot-loader.h +++ /dev/null @@ -1,27 +0,0 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - -#pragma once - -/*** - This file is part of systemd. - - Copyright 2013 Kay Sievers - - systemd is free software; you can redistribute it and/or modify it - under the terms of the GNU Lesser General Public License as published by - the Free Software Foundation; either version 2.1 of the License, or - (at your option) any later version. - - systemd is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public License - along with systemd; If not, see <http://www.gnu.org/licenses/>. -***/ - -#include "boot.h" - -int boot_loader_read_entries(struct boot_info *info); -int boot_loader_find_active_entry(struct boot_info *info, const char *loader_active); |