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:
@@ -2,10 +2,10 @@
|
|||||||
* Copyright 2005, Ingo Weinhold <[email protected]>.
|
* Copyright 2005, Ingo Weinhold <[email protected]>.
|
||||||
* All rights reserved. Distributed under the terms of the MIT License.
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _BOOT_NET_DEFS_H
|
#ifndef _BOOT_NET_DEFS_H
|
||||||
#define _BOOT_NET_DEFS_H
|
#define _BOOT_NET_DEFS_H
|
||||||
|
|
||||||
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include <ByteOrder.h>
|
#include <ByteOrder.h>
|
||||||
@@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include <util/kernel_cpp.h>
|
#include <util/kernel_cpp.h>
|
||||||
|
|
||||||
|
|
||||||
// Ethernet
|
// Ethernet
|
||||||
|
|
||||||
#define ETH_ALEN 6
|
#define ETH_ALEN 6
|
||||||
@@ -209,4 +210,5 @@ private:
|
|||||||
const char *fName;
|
const char *fName;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
#endif // _BOOT_NET_DEFS_H
|
#endif // _BOOT_NET_DEFS_H
|
||||||
|
|||||||
Reference in New Issue
Block a user