blob: 7bbf3f4e28dd92671d74c709618b7af291ed4e93 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/* ASG 971222 -- rewrote this interface */
#ifndef __I186INTF_H__
#define __I186INTF_H__
#include "i86intf.h"
/* Public functions */
CPU_GET_INFO( i80186 );
#endif /* __I186INTF_H__ */
|