mirror of
https://github.com/grymoire/i2c_puppet-Linux.git
synced 2024-12-27 22:08:21 +01:00
7 lines
89 B
C
7 lines
89 B
C
|
#pragma once
|
||
|
|
||
|
#include <stdint.h>
|
||
|
|
||
|
void backlight_sync(void);
|
||
|
void backlight_init(void);
|