diff --git a/headers/os/bluetooth/L2CAP/btL2CAP.h b/headers/os/bluetooth/L2CAP/btL2CAP.h index 01970c31c4..b0fef2ddfc 100644 --- a/headers/os/bluetooth/L2CAP/btL2CAP.h +++ b/headers/os/bluetooth/L2CAP/btL2CAP.h @@ -1,21 +1,21 @@ -/* - * Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com - * - * All rights reserved. Distributed under the terms of the MIT License. - * - */ - -#ifndef _BTL2CAP_H_ -#define _BTL2CAP_H_ - -#include - -struct sockaddr_l2cap { - uint8 l2cap_len; /* total length */ - uint8 l2cap_family; /* address family */ - uint16 l2cap_psm; /* PSM (Protocol/Service Multiplexor) */ - bdaddr_t l2cap_bdaddr; /* address */ -}; - - +/* + * Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com + * + * All rights reserved. Distributed under the terms of the MIT License. + * + */ + +#ifndef _BTL2CAP_H_ +#define _BTL2CAP_H_ + +#include + +struct sockaddr_l2cap { + uint8 l2cap_len; /* total length */ + uint8 l2cap_family; /* address family */ + uint16 l2cap_psm; /* PSM (Protocol/Service Multiplexor) */ + bdaddr_t l2cap_bdaddr; /* address */ +}; + + #endif \ No newline at end of file