mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-12 09:54:36 +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_ */
|