summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/i86/i186intf.h
blob: 2597b7df59c282b4a354104420dd2cbc6a1eab6f (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 */
void i80186_get_info(UINT32 state, cpuinfo *info);

#endif /* __I186INTF_H__ */