mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-15 16:19:52 +00:00
15 lines
287 B
C
15 lines
287 B
C
/*
|
|
* Copyright (C) 2019 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <glib-object.h>
|
|
|
|
#include "fu-synaptics-rmi-device.h"
|
|
|
|
gboolean fu_synaptics_rmi_v6_device_setup (FuSynapticsRmiDevice *self,
|
|
GError **error);
|