* Made bosii header self contained.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39390 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2010-11-10 21:54:47 +00:00
parent d72ede75fb
commit 4f1ec5b242
+5 -1
View File
@@ -1,13 +1,17 @@
/* /*
* Copyright 2009, Haiku, Inc. All Rights Reserved. * Copyright 2009-2010, Haiku, Inc. All Rights Reserved.
* Distributed under the terms of the MIT License. * Distributed under the terms of the MIT License.
*/ */
#ifndef _BOSII_DRIVER_H_ #ifndef _BOSII_DRIVER_H_
#define _BOSII_DRIVER_H_ #define _BOSII_DRIVER_H_
#include <ether_driver.h>
#define ETHER_OP_CODES_END (ETHER_GET_LINK_STATE + 1) #define ETHER_OP_CODES_END (ETHER_GET_LINK_STATE + 1)
// TODO: those will be removed again
/* ioctl() opcodes a wlan driver should support */ /* ioctl() opcodes a wlan driver should support */
enum { enum {
BOSII_DEVICE = ETHER_OP_CODES_END, BOSII_DEVICE = ETHER_OP_CODES_END,