summaryrefslogtreecommitdiff
path: root/wireplumber/include/private/device-private.h
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-09-01 03:18:35 +0200
committerAylur <[email protected]>2024-09-01 03:18:35 +0200
commitdb0409915c8e161eb5e8a04938fb8b24f2393ddd (patch)
tree87540809d61c1f61749890c6861fda41c83718ff /wireplumber/include/private/device-private.h
parent276f4a8dc779632bffe5a7ec913a8a7f79cc5928 (diff)
parenteacac669d0f1b12fde9119fd4a53fba29552eb70 (diff)
merge wireplumber
Diffstat (limited to 'wireplumber/include/private/device-private.h')
-rw-r--r--wireplumber/include/private/device-private.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/wireplumber/include/private/device-private.h b/wireplumber/include/private/device-private.h
new file mode 100644
index 0000000..e98a7f7
--- /dev/null
+++ b/wireplumber/include/private/device-private.h
@@ -0,0 +1,15 @@
+#ifndef ASTAL_WP_DEVICE_PRIVATE_H
+#define ASTAL_WP_DEVICE_PRIVATE_H
+
+#include <glib-object.h>
+#include <wp/wp.h>
+
+#include "device.h"
+
+G_BEGIN_DECLS
+
+AstalWpDevice *astal_wp_device_create(WpDevice *device);
+
+G_END_DECLS
+
+#endif // !ASTAL_WP_DEVICE_PRIATE_H