Rev 54 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
80 | pj | 1 | #include "ll/sys/cdefs.h" |
54 | pj | 2 | |
80 | pj | 3 | __BEGIN_DECLS |
54 | pj | 4 | |
80 | pj | 5 | |
54 | pj | 6 | /* Prototypes of functions defined in interface.c. */ |
7 | |||
8 | /* |
||
9 | * This is a temporary function that allocates and fills in a ModeInfo |
||
10 | * structure based on a svgalib mode number. |
||
11 | */ |
||
12 | |||
13 | ModeInfo *__svgalib_createModeInfoStructureForSvgalibMode(int mode); |
||
14 | |||
15 | /* |
||
16 | * This function converts a number of significant color bits to a matching |
||
17 | * DAC mode type as defined in the RAMDAC interface. |
||
18 | */ |
||
19 | |||
20 | int __svgalib_colorbits_to_colormode(int bpp, int colorbits); |
||
21 | |||
22 | /* |
||
23 | * Clear the accelspecs structure (disable acceleration). |
||
24 | */ |
||
25 | |||
26 | void __svgalib_clear_accelspecs(AccelSpecs * accelspecs); |
||
80 | pj | 27 | __END_DECLS |