summaryrefslogtreecommitdiff
path: root/lib/wireplumber/include/private/device-private.h
blob: e98a7f74094aab5c37517483cfdeb746203b4a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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