/** @file SystemInventory.h -- Header for SystemInventory Copyright (c) HR650X BIOS Decompilation Project **/ #ifndef __SYSTEMINVENTORY_H__ #define __SYSTEMINVENTORY_H__ #include "../uefi_headers/Uefi.h" // // Function Prototypes // EFI_STATUS EFIAPI ModuleEntryPoint( VOID ); #endif /* __SYSTEMINVENTORY_H__ */