aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linuxkpi/common/include/linux/leds.h
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2025-12-06 09:57:06 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2025-12-06 09:59:11 +0000
commitfe7b6fc32455389d1b8452c67e1ddcfbc4e5f5cc (patch)
treefc2928b3e50cb8aeebb92121d33c5beea16a5129 /sys/compat/linuxkpi/common/include/linux/leds.h
parent9954217599ce02fbf1772388e24e0b89663f4425 (diff)
Diffstat (limited to 'sys/compat/linuxkpi/common/include/linux/leds.h')
-rw-r--r--sys/compat/linuxkpi/common/include/linux/leds.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/compat/linuxkpi/common/include/linux/leds.h b/sys/compat/linuxkpi/common/include/linux/leds.h
index 89f7286f6800..b9b694f6e304 100644
--- a/sys/compat/linuxkpi/common/include/linux/leds.h
+++ b/sys/compat/linuxkpi/common/include/linux/leds.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2022 Bjoern A. Zeeb
+ * Copyright (c) 2022-2025 Bjoern A. Zeeb
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -38,4 +38,7 @@ struct led_classdev {
void (*led_set)(struct led_classdev *, enum led_brightness);
};
+struct gpio_led {
+};
+
#endif /* _LINUXKPI_LINUX_LEDS_H */