summaryrefslogtreecommitdiffstats
path: root/pilc/raspi-hat/firmware/eepemu_24cxx.h
blob: 53ac81e8421584207fa2a9a440e12e3fcbffb226 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef EEPEMU_24CXX_H_
#define EEPEMU_24CXX_H_

#include "util.h"


void ee24cxx_set_we(bool write_enable);
bool ee24cxx_get_we(void);

void ee24cxx_init(void);

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