boot net: Style fixes

No functional changes yet.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38431 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Andreas Färber
2010-08-29 21:34:16 +00:00
parent 001d7548ab
commit b96cb61620
+3 -1
View File
@@ -2,10 +2,10 @@
* Copyright 2005, Ingo Weinhold <[email protected]>.
* All rights reserved. Distributed under the terms of the MIT License.
*/
#ifndef _BOOT_NET_DEFS_H
#define _BOOT_NET_DEFS_H
#include <string.h>
#include <ByteOrder.h>
@@ -13,6 +13,7 @@
#include <util/kernel_cpp.h>
// Ethernet
#define ETH_ALEN 6
@@ -209,4 +210,5 @@ private:
const char *fName;
};
#endif // _BOOT_NET_DEFS_H