Move header to private, is meant to be used by acl component as well
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26903 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,17 +1,13 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
* Copyright 2007 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
|
||||||
* All rights reserved. Distributed under the terms of the MIT License.
|
* All rights reserved. Distributed under the terms of the MIT License.
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef _L2CAP_CMDS_H_
|
#ifndef _L2CAP_CMDS_H_
|
||||||
#define _L2CAP_CMDS_H_
|
#define _L2CAP_CMDS_H_
|
||||||
|
|
||||||
//net
|
|
||||||
#include <net_buffer.h>
|
#include <net_buffer.h>
|
||||||
|
|
||||||
//bt
|
#include <l2cap.h>
|
||||||
#include "l2cap.h"
|
|
||||||
|
|
||||||
|
|
||||||
extern net_buffer_module_info *gBufferModule;
|
extern net_buffer_module_info *gBufferModule;
|
||||||
|
|||||||
Reference in New Issue
Block a user