mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sys/backlight.h: include sys/types.h
Sponsored by: Netflix
This commit is contained in:
parent
d69b6fa5b4
commit
9be3985f65
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#ifndef __BACKLIGHT_H__
|
||||
#define __BACKLIGHT_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#define BACKLIGHTMAXLEVELS 100
|
||||
|
||||
struct backlight_props {
|
||||
|
|
|
|||
Loading…
Reference in a new issue