[rename] renamed kdbus related macros
[platform/upstream/dbus.git] / dbus / dbus-transport-kdbus.h
1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
2 /* dbus-transport-kdbus.h kdbus subclasses of DBusTransport
3  *
4  * Copyright (C) 2002, 2006  Red Hat Inc.
5  * Copyright (C) 2013  Samsung Electronics
6  *
7  * Licensed under the Academic Free License version 2.1
8  *
9  * This program is free software; you can redistribute it and/or modify
10  * it under the terms of the GNU General Public License as published by
11  * the Free Software Foundation; either version 2 of the License, or
12  * (at your option) any later version and under the terms of the GNU
13  * Lesser General Public License as published by the
14  * Free Software Foundation; either version 2.1 of the License, or (at
15  * your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
25  *
26  */
27 #ifndef DBUS_TRANSPORT_KDBUS_H_
28 #define DBUS_TRANSPORT_KDBUS_H_
29
30 #include "dbus-transport-protected.h"
31 #include <linux/types.h>
32
33 __u64 dbus_transport_get_bloom_size(DBusTransport* transport);
34 void* dbus_transport_get_pool_pointer(DBusTransport* transport);
35 DBusTransportOpenResult _dbus_transport_open_kdbus(DBusAddressEntry *entry, DBusTransport **transport_p, DBusError *error);
36
37 #endif