summaryrefslogtreecommitdiff
path: root/firmware/export/pcf50606.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/pcf50606.h')
-rw-r--r--firmware/export/pcf50606.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/firmware/export/pcf50606.h b/firmware/export/pcf50606.h
index fab7e987d9..44ca24f661 100644
--- a/firmware/export/pcf50606.h
+++ b/firmware/export/pcf50606.h
@@ -19,6 +19,12 @@
19#ifndef PCF50606_H 19#ifndef PCF50606_H
20#define PCF50606_H 20#define PCF50606_H
21 21
22#include "pcf5060x.h"
23#include "system.h"
24
25/* The following functions may either be implemented by an optimised driver
26 in the target tree, or by the generic drivers/pcf50606.c */
27
22void pcf50606_init(void); 28void pcf50606_init(void);
23int pcf50606_write_multiple(int address, const unsigned char* buf, int count); 29int pcf50606_write_multiple(int address, const unsigned char* buf, int count);
24int pcf50606_write(int address, unsigned char val); 30int pcf50606_write(int address, unsigned char val);