CloverBootloader/rEFIt_UEFI/Platform/Net.h

19 lines
178 B
C

/*
* Net.h
*
* Created on: 16 Apr 2020
* Author: jief
*/
#ifndef PLATFORM_NET_H_
#define PLATFORM_NET_H_
VOID
GetMacAddress(VOID);
#endif /* PLATFORM_NET_H_ */