mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-01-11 19:22:14 +01:00
19 lines
178 B
C
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_ */
|