mirror of
https://github.com/ipxe/ipxe
synced 2025-12-24 15:23:42 +03:00
[settings] Add "base64" setting type
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -415,6 +415,7 @@ extern const struct setting_type setting_type_uint32 __setting_type;
|
||||
extern const struct setting_type setting_type_hex __setting_type;
|
||||
extern const struct setting_type setting_type_hexhyp __setting_type;
|
||||
extern const struct setting_type setting_type_hexraw __setting_type;
|
||||
extern const struct setting_type setting_type_base64 __setting_type;
|
||||
extern const struct setting_type setting_type_uuid __setting_type;
|
||||
extern const struct setting_type setting_type_busdevfn __setting_type;
|
||||
extern const struct setting_type setting_type_dnssl __setting_type;
|
||||
|
||||
Reference in New Issue
Block a user