forcing device into host mode requires a full config - which we will do in opendevice...
[AROS.git] / rom / dbus / test / dbus-amiga.h
blobce7c18e583c7429307ece34b63fdd63400313b86
1 #ifndef DBUS_AMIGA_H
2 #define DBUS_AMIGA_H
4 #define DBUS_API_SUBJECT_TO_CHANGE
5 #include <dbus/dbus.h>
7 dbus_bool_t dbus_a_setup_connection(DBusConnection* connection);
8 void dbus_a_cleanup_connection(DBusConnection* connection);
10 #endif /* DBUS_AMIGA_H */