11 lines
190 B
C
11 lines
190 B
C
/* $NetBSD: tspldvar.h,v 1.1 2004/12/23 04:30:19 joff Exp $ */
|
|
|
|
#ifndef _TSPLDVAR_H_
|
|
#define _TSPLDVAR_H_
|
|
|
|
struct tspld_attach_args {
|
|
bus_space_tag_t ta_iot;
|
|
};
|
|
|
|
#endif /* _TS7XXXVAR_H_ */
|