| 1 | 1 |
new file mode 100644 |
| ... | ... |
@@ -0,0 +1,15 @@ |
| 1 |
+/*! |
|
| 2 |
+ * @file ethernet.h |
|
| 3 |
+ * @author HiSEON (ikseon@nepirity.com) |
|
| 4 |
+ * |
|
| 5 |
+ * @internal |
|
| 6 |
+ * Created: 2018년 03월 22일 |
|
| 7 |
+ * Copyright: Copyright (c) 2018, HiSEON |
|
| 8 |
+ */ |
|
| 9 |
+ |
|
| 10 |
+#ifndef SRC_ETHERNET_H_ |
|
| 11 |
+#define SRC_ETHERNET_H_ |
|
| 12 |
+ |
|
| 13 |
+ |
|
| 14 |
+ |
|
| 15 |
+#endif // SRC_ETHERNET_H_ |