1 /* SPDX-License-Identifier: GPL-2.0-or-later */
3 #ifndef SMMSTORETOOL__GUIDS_H__
4 #define SMMSTORETOOL__GUIDS_H__
17 extern const struct guid_alias_t known_guids
[];
19 extern const int known_guid_count
;
21 char *format_guid(const EFI_GUID
*guid
, bool use_alias
);
23 bool parse_guid(const char str
[], EFI_GUID
*guid
);
25 #endif // SMMSTORETOOL__GUIDS_H__