1 2 3 4 5 6 7 8 9 10 11 12 13
/* ASG 971222 -- rewrote this interface */ #pragma once #ifndef __V20INTF_H__ #define __V20INTF_H__ #include "i86intrf.h" #include "v30intrf.h" /* Public functions */ CPU_GET_INFO( v20 ); #endif /* __V20INTF_H__ */