eepemu_24cxx.h 192 B

12345678910111213
  1. #ifndef EEPEMU_24CXX_H_
  2. #define EEPEMU_24CXX_H_
  3. #include "util.h"
  4. void ee24cxx_set_we(bool write_enable);
  5. bool ee24cxx_get_we(void);
  6. void ee24cxx_init(void);
  7. #endif /* EEPEMU_24CXX_H_ */