diff options
Diffstat (limited to 'src/pc80/vgachip.h')
-rw-r--r-- | src/pc80/vgachip.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pc80/vgachip.h b/src/pc80/vgachip.h index d43788cd66..cbbd974174 100644 --- a/src/pc80/vgachip.h +++ b/src/pc80/vgachip.h @@ -1,7 +1,7 @@ #ifndef _PC80_VGABIOS #define _PC80_VGABIOS -extern struct chip_control pc80_vgabios_control; +extern struct chip_operations pc80_vgabios_control; struct pc80_vgabios_config { int nothing; |