re-generate configure script
[rofl0r-gnuboy.git] / lcdc.h
blob241d44bb135d0203c4e68fffbf50f9923e7360b9
1 #ifndef LCDC_H
2 #define LCDC_H
4 void lcdc_change(byte b);
5 void lcdc_trans();
6 void stat_write(byte b);
7 void stat_trigger();
9 #endif