Adjusted C declarations to the changed static driver names.

This commit is contained in:
Oliver Schmidt
2013-05-09 10:20:03 +02:00
parent 54c54f8499
commit 44fd1082ae
14 changed files with 96 additions and 78 deletions

View File

@@ -119,10 +119,10 @@
/* The addresses of the static drivers */
extern void atmos_pase[]; /* Referred to by joy_static_stddrv[] */
extern void atmos_acia[];
extern void atmos_228_200_3[];
extern void atmos_240_200_2[]; /* Referred to by tgi_static_stddrv[] */
extern void atmos_pase_joy[]; /* Referred to by joy_static_stddrv[] */
extern void atmos_acia_ser[];
extern void atmos_228_200_3_tgi[];
extern void atmos_240_200_2_tgi[]; /* Referred to by tgi_static_stddrv[] */