mb/google/brya: Create rull variant
[coreboot2.git] / src / drivers / efi / capsules.h
blob608ce3400f63358fccdb5363cea853117c4d4bba
1 /* SPDX-License-Identifier: GPL-2.0-only */
3 #ifndef _EDK2_CAPSULES_H_
4 #define _EDK2_CAPSULES_H_
6 #if CONFIG(DRIVERS_EFI_UPDATE_CAPSULES)
8 void efi_parse_capsules(void);
10 void efi_add_capsules_to_bootmem(void);
12 #else
14 static inline void efi_parse_capsules(void) { }
16 static inline void efi_add_capsules_to_bootmem(void) { }
18 #endif
20 #endif /* _EDK2_CAPSULES_H_ */