11 lines
194 B
C
11 lines
194 B
C
/* $NetBSD: tspldvar.h,v 1.2 2005/12/11 12:17:11 christos Exp $ */
|
|
|
|
#ifndef _TSPLDVAR_H_
|
|
#define _TSPLDVAR_H_
|
|
|
|
struct tspld_attach_args {
|
|
bus_space_tag_t ta_iot;
|
|
};
|
|
|
|
#endif /* _TS7XXXVAR_H_ */
|