mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-07 12:54:54 +00:00

The end year is legally and functionally redundant, and more importantly causes cherry-pick conflicts when trying to maintain old branches. Use git for history.
12 lines
209 B
C
12 lines
209 B
C
/*
|
|
* Copyright (C) 2017 Richard Hughes <richard@hughsie.com>
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1+
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "fu-udev-device.h"
|
|
|
|
void fu_udev_device_emit_changed (FuUdevDevice *self);
|