summaryrefslogtreecommitdiffstats
path: root/4094.h
blob: dbc982c9ef4bce9c45d0c676fa38f3a917c7e14e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef SHREG_4094_H_
#define SHREG_4094_H_

#include <stdint.h>


typedef uint8_t sr4094_t;

void sr4094_init(void);

void sr4094_put_data(sr4094_t old_state, sr4094_t new_state);

#endif /* SHREG_4094_H_ */
bues.ch cgit interface