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.
21 lines
242 B
21 lines
242 B
#include "insignia.h"
|
|
#include "host_def.h"
|
|
|
|
/* @(#)stubs.c 1.1 06/26/94
|
|
|
|
Stubs file for Prod Ccpu (Ccpu too hard to deyodarise)
|
|
*/
|
|
|
|
void check_I IFN0()
|
|
{
|
|
}
|
|
|
|
void check_D IFN0()
|
|
{
|
|
}
|
|
|
|
void force_yoda()
|
|
{
|
|
}
|
|
|
|
IBOOL do_condition_checks = FALSE;
|