/*H**************************************************************************
* $RCSfile: tool_task.h,v $
*----------------------------------------------------------------------------
* Copyright (c) 2002 Atmel.
*----------------------------------------------------------------------------
* RELEASE: $Name: DEMO_FAT_1_9_9 $
* REVISION: $Revision: 1.6 $
* FILE_CVSID: $Id: tool_task.h,v 1.6 2002/08/13 11:56:02 ffosse Exp $
*----------------------------------------------------------------------------
* PURPOSE:
* This file contains the tool task definition
*****************************************************************************/
#ifndef _TOOL_TASK_H_
#define _TOOL_TASK_H_
/*_____ I N C L U D E S ____________________________________________________*/
/*_____ M A C R O S ________________________________________________________*/
/*----- Display strings -----*/
#define TOOL_FORMAT_ERROR "\2 Format Error \r"
/*----- Task states -----*/
#define TOOL_INIT ((Byte)0)
#define TOOL_IDLE ((Byte)1)
#define TOOL_FORMAT ((Byte)2)
/*_____ D E F I N I T I O N ________________________________________________*/
/*_____ D E C L A R A T I O N ______________________________________________*/
void tool_task_init (void);
void tool_task (void);
void tool_conf (void);
#endif /* _TOOL_TASK_H_ */