0faf7701a26e57dd120242b17f77452d619890e2
[dragonfly.git] / sys / platform / pc32 / include / thread.h
1 /*
2  * i386/include/thread.h
3  *
4  * $DragonFly: src/sys/platform/pc32/include/thread.h,v 1.1 2003/06/21 07:54:56 dillon Exp $
5  */
6
7 struct mi_thread {
8     unsigned int        mtd_cpl;
9 };
10