@ @ assigns \nothing; @*/
| 29 | @ assigns \nothing; |
| 30 | @*/ |
| 31 | static inline int guid_cmp (const efi_guid_t left, const efi_guid_t right) |
| 32 | { |
| 33 | return memcmp(&left, &right, sizeof(efi_guid_t)); |
| 34 | } |
| 35 | |
| 36 | #ifdef __cplusplus |
| 37 | } /* closing brace for extern "C" */ |
no outgoing calls
no test coverage detected