diff --git a/headers/private/net/bosii_driver.h b/headers/private/net/bosii_driver.h index 5c81a5580a..163f9f2190 100644 --- a/headers/private/net/bosii_driver.h +++ b/headers/private/net/bosii_driver.h @@ -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. */ #ifndef _BOSII_DRIVER_H_ #define _BOSII_DRIVER_H_ +#include + + #define ETHER_OP_CODES_END (ETHER_GET_LINK_STATE + 1) +// TODO: those will be removed again /* ioctl() opcodes a wlan driver should support */ enum { BOSII_DEVICE = ETHER_OP_CODES_END,