mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
369 B
18 lines
369 B
#include <insignia.h>
|
|
#include <host_def.h>
|
|
/*[
|
|
* Name: ev_stubs.c
|
|
* SCCS ID: @(#)ev_stubs.c 1.1 07/22/94
|
|
*
|
|
* Purpose: Provide the stub routines needed to give the a4+evid
|
|
* and ccpu+cevid libraries the same interface.
|
|
*
|
|
* (C) Copyright Insignia Solutions Ltd, 1994.
|
|
]*/
|
|
|
|
GLOBAL void setup_vga_globals IFN0()
|
|
{
|
|
}
|
|
GLOBAL IHPE setup_global_data_ptr IFN0()
|
|
{
|
|
}
|