2019-11-16 13:11:40 -05:00
|
|
|
;
|
|
|
|
; Name of the standard TGI driver
|
|
|
|
;
|
2019-12-25 10:56:32 -05:00
|
|
|
; 2019-12-22, Greg King
|
2019-11-16 13:11:40 -05:00
|
|
|
;
|
|
|
|
; const char tgi_stddrv[];
|
|
|
|
;
|
|
|
|
|
|
|
|
.export _tgi_stddrv
|
|
|
|
|
|
|
|
.rodata
|
2019-12-25 10:56:32 -05:00
|
|
|
_tgi_stddrv: .asciiz "cx16-320x8b.tgi"
|