btrfs: [] on the end of a struct field is a variable length array.
[haiku.git] / headers / private / net / bosii_driver.h
blob163f9f21904cb0ddb8143ded09276f45684dd14d
1 /*
2 * Copyright 2009-2010, Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef _BOSII_DRIVER_H_
6 #define _BOSII_DRIVER_H_
9 #include <ether_driver.h>
12 #define ETHER_OP_CODES_END (ETHER_GET_LINK_STATE + 1)
14 // TODO: those will be removed again
15 /* ioctl() opcodes a wlan driver should support */
16 enum {
17 BOSII_DEVICE = ETHER_OP_CODES_END,
18 BOSII_DETECT_NETWORKS,
19 BOSII_GET_DETECTED_NETWORKS,
20 BOSII_JOIN_NETWORK,
21 BOSII_GET_ASSOCIATED_NETWORK
24 #endif /* _BOSII_DRIVER_H_ */