diff --git a/mc8051fun.h b/mc8051fun.h new file mode 100644 index 0000000..e484ff0 --- /dev/null +++ b/mc8051fun.h @@ -0,0 +1,6 @@ +#ifndef MC8051FUN_H +#define MC8051FUN_H + +#include <8052.h> + +#endif