mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-13 10:04:04 +01:00
19 lines
196 B
C
19 lines
196 B
C
|
/*
|
||
|
* usbfix.h
|
||
|
*
|
||
|
* Created on: 16 Apr 2020
|
||
|
* Author: jief
|
||
|
*/
|
||
|
|
||
|
#ifndef PLATFORM_USBFIX_H_
|
||
|
#define PLATFORM_USBFIX_H_
|
||
|
|
||
|
|
||
|
|
||
|
EFI_STATUS
|
||
|
FixOwnership (VOID);
|
||
|
|
||
|
|
||
|
|
||
|
#endif /* PLATFORM_USBFIX_H_ */
|