mirror of
https://gitlab.freedesktop.org/upower/power-profiles-daemon.git
synced 2026-04-19 10:10:45 +02:00
15 lines
515 B
C
15 lines
515 B
C
/*
|
|
* Copyright (c) 2020 Bastien Nocera <hadess@hadess.net>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License version 3 as published by
|
|
* the Free Software Foundation.
|
|
*
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include "ppd-driver-platform.h"
|
|
|
|
#define PPD_TYPE_DRIVER_PLATFORM_PROFILE (ppd_driver_platform_profile_get_type ())
|
|
G_DECLARE_FINAL_TYPE (PpdDriverPlatformProfile, ppd_driver_platform_profile, PPD, DRIVER_PLATFORM_PROFILE, PpdDriverPlatform)
|