ocarina/include/test.h
Bryan Schumaker ecd56831f6 file: Open and close files
- Support OPEN_READ and OPEN_WRITE
- Update the design to accomidate for error checking
- Add lib/test.cpp containing basic functions that can be used for
  testing

Signed-off-by: Bryan Schumaker <bjschuma@gmail.com>
2014-04-06 19:56:52 -04:00

10 lines
164 B
C

#ifndef OCARINA_TEST_H
#define OCARINA_TEST_H
#ifdef CONFIG_TEST
void rm_test_config();
void rm_test_data();
#endif /* CONFIG_TEST */
#endif /* OCARINA_TEST_H */