- Set a default PCM volume so that something can be heard when driver is
[AROS.git] / arch / all-native / bootconsole / console.h
blob1339393329cc27fdc1b45c6dcdd730bdb3b9ade7
1 #ifndef SCREEN_H_
2 #define SCREEN_H_
4 extern unsigned int scr_BytesPerLine;
5 extern unsigned int scr_BytesPerPix;
7 extern unsigned int scr_XPos;
8 extern unsigned int scr_YPos;
10 extern const unsigned int fontWidth;
11 extern const unsigned int fontHeight;
12 extern const unsigned char fontData[];
14 #endif /*SCREEN_H_*/