0
0
mirror of https://github.com/edk2-porting/edk2-msm synced 2025-05-21 03:27:56 +00:00
Files
Xilin Wu 7b379f95d4 Initial repo structure refactor
Signed-off-by: Xilin Wu <strongtz@yeah.net>
2022-10-07 12:46:39 +08:00

26 lines
949 B
C

/*
* BootSlot Library
* Copyright (C) 2021 Renard Gold <goldrenard@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/
*/
#ifndef __BOOT_SLOT_LIB_BASE_H__
#define __BOOT_SLOT_LIB_BASE_H__
#include <Library/BootSlotLib/EFIUtils.h>
#include <Library/BootSlotLib/PartitionTableUpdate.h>
#include <Library/BootSlotLib/StorageUtils.h>
#endif