From fbfe22bc022a54fa3a092b4977f578128f261398 Mon Sep 17 00:00:00 2001 From: James Maki Date: Thu, 9 Sep 2010 15:46:52 -0500 Subject: initial commit --- src/eeprom.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/eeprom.h (limited to 'src/eeprom.h') diff --git a/src/eeprom.h b/src/eeprom.h new file mode 100644 index 0000000..77c44ec --- /dev/null +++ b/src/eeprom.h @@ -0,0 +1,6 @@ +#ifndef __HELLOWORLD_H +#define __HELLOWORLD_H + +#include "config.h" + +#endif /* ~__HELLOWORLD_H */ -- cgit v1.2.3