Home | History | Annotate | Line # | Download | only in tsarm
      1 /*	$NetBSD: tspldvar.h,v 1.2 2005/12/11 12:17:11 christos Exp $	*/
      2 
      3 #ifndef _TSPLDVAR_H_
      4 #define _TSPLDVAR_H_
      5 
      6 struct tspld_attach_args {
      7 	bus_space_tag_t	ta_iot;
      8 };
      9 
     10 #endif /* _TS7XXXVAR_H_ */
     11