btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / add-ons / kernel / network / protocols / l2cap / l2cap_lower.h
blobf86c9a3ddb2eeb683f75b6037c33378c66be8b49
1 /*
2 * Copyright 2008 Oliver Ruiz Dorantes, oliver.ruiz.dorantes_at_gmail.com
3 * All rights reserved. Distributed under the terms of the MIT License.
4 */
5 #ifndef L2CAP_LOWER_H
6 #define L2CAP_LOWER_H
8 status_t l2cap_receive(HciConnection* conn, net_buffer* buffer);
11 status_t InitializeConnectionPurgeThread();
12 status_t QuitConnectionPurgeThread();
13 void SchedConnectionPurgeThread(HciConnection* conn);
15 #endif