/******************************************************************************* **+--------------------------------------------------------------------------+** **| **** |** **| **** |** **| ******o*** |** **| ********_///_**** |** **| ***** /_//_/ **** |** **| ** ** (__/ **** |** **| ********* |** **| **** |** **| *** |** **| |** **| Copyright (c) 1998-2005 Texas Instruments Incorporated |** **| ALL RIGHTS RESERVED |** **| |** **+--------------------------------------------------------------------------+** *******************************************************************************/ /** \file pal_osCfg.h \brief OS Configuration Header File This file provides the OS configuration. \author Ajay Singh \version 0.1 */ #ifndef __PAL_OSCFG_H__ #define __PAL_OSCFG_H__ #define INLINE #define PAL_INCLUDE_OSMEM #define PAL_INCLUDE_OSBUF #define PAL_INCLUDE_OSSEM #define PAL_INCLUDE_OSMUTEX #define PAL_INCLUDE_OSWAIT #define PAL_INCLUDE_OSLIST #define PAL_INCLUDE_OSPROTECT #define PAL_INCLUDE_OSCACHE #endif