mirror of
https://github.com/grymoire/i2c_puppet-Linux.git
synced 2025-04-06 00:46:48 +02:00
7 lines
89 B
C
7 lines
89 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
void backlight_sync(void);
|
|
void backlight_init(void);
|