Newer
Older
AMI-Aptio-BIOS-Reversed / AmiModulePkg / Usb / Pei / UsbPei / UsbPei.h
@Ajax Dong Ajax Dong 2 days ago 329 bytes Restructure the repo
/** @file
  UsbPei.h -- Header for UsbPei

Copyright (c) HR650X BIOS Decompilation Project
**/

#ifndef __USBPEI_H__
#define __USBPEI_H__

#include "../uefi_headers/Uefi.h"

//
// Function Prototypes
//

EFI_STATUS
EFIAPI
ModuleEntryPoint(
  EFI_HANDLE ImageHandle,
  EFI_SYSTEM_TABLE *SystemTable
  );

#endif /* __USBPEI_H__ */