/* kthread.h - RTXC Quadros Version 1.0.0 Thread include file */ /* This file was generated on 09/14/2004 21:13:49 -- RTXCgen v1.12 Build 395 */ /* * RTXC Quadros Version 1.0.0 * Copyright (c) 1999-2004 * Quadros Systems, Inc. * ALL RIGHTS RESERVED * * THE INFORMATION HEREIN IS CONFIDENTIAL AND PROPRIETARY. * UNAUTHORIZED DISCLOSURE OR DISTRIBUTION IS PROHIBITED. */ /* * ** WARNING ** * * Do **NOT** Edit this File by Hand * * It was computer-generated by RTXCgen from * an Application specification file. */ /* Project Name: ColdFire - RTXC Quadros SS */ /* CPU Name: M5282 */ /* Application Name: M5282LITE Application */ #ifndef _KTHREAD_H /* { */ #define _KTHREAD_H /* Begin - Revision Information, Top */ /* End - Revision Information, Top */ #define NTHREADS 6 #define DNTHREADS 0 #define THREAD1 1 /* Thread 1 */ #define THREAD2 2 /* Thread 2 */ #define THREAD3 3 /* Thread 3 */ #define THREAD4 4 /* Thread 4 */ #define THREAD5 5 /* Thread 5 */ #define THREAD6 6 /* Thread 6 */ #define THREAD_NAMMAX 8 /* Begin - User Include Information */ /* 6 Static threads for User, 3 per Level */ /* End - User Include Information */ /* Begin - Revision Information, Bottom */ /* End - Revision Information, Bottom */ #endif /* } _KTHREAD_H */ /* end of file - kthread.h */