ngspice/src/spicelib/devices/dio/dioitf.h

10 lines
180 B
C

/**********
Copyright 1990 Regents of the University of California. All rights reserved.
**********/
#ifndef DEV_DIO
#define DEV_DIO
extern SPICEdev *get_dio_info(void);
#endif