Fixed compatibility of output.
[AROS.git] / arch / .unmaintained / m68k-pp-native / Drivers / display.hidd / displayhw.h
blob41e1c3d3f185b7cfff3b1934242d35298c113663
1 #ifndef HIDD_DISPLAYHW_H
2 #define HIDD_DISPLAYHW_H
4 /*
5 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6 $Id$
8 Desc: Display hardwired.
9 Lang: English.
12 /* I have to move away this defines - should be in separate file */
14 /* This structure keeps contents of mode registers including palette */
16 struct DisplayHWRec
18 char NoClock; /* number of selected clock */
21 #endif /* HIDD_DISPLAYHW_H */