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.
24 lines
356 B
24 lines
356 B
#ifndef _X86BIOS_H
|
|
#define _X86BIOS_H
|
|
|
|
/*
|
|
* Copyright (c) 1995 FirePower Systems, Inc.
|
|
* DO NOT DISTRIBUTE without permission
|
|
*
|
|
* $RCSfile: x86bios.h $
|
|
* $Revision: 1.6 $
|
|
* $Date: 1996/01/11 07:14:34 $
|
|
* $Locker: $
|
|
*/
|
|
|
|
#include "xm86.h"
|
|
|
|
|
|
VOID
|
|
HalpResetX86DisplayAdapter(
|
|
VOID
|
|
);
|
|
|
|
extern ULONG HalpEnableInt10Calls;
|
|
|
|
#endif // _X86BIOS_H
|