29 lines
601 B
C
29 lines
601 B
C
/******************************************************************************
|
|
* Copyright (c) 2005 palmOne, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*****************************************************************************/
|
|
/**
|
|
*@ingroup System
|
|
*
|
|
*/
|
|
|
|
/**
|
|
* @file PalmFeatures.h
|
|
* @version 1.0
|
|
* @date 02/29/2002
|
|
*
|
|
* @brief Contains Palm-specific feature definitions.
|
|
*
|
|
* Temporary shim to the new filename and location.
|
|
*
|
|
* <hr>
|
|
*/
|
|
|
|
#ifndef __PALMFEATURES_H__
|
|
#define __PALMFEATURES_H__
|
|
|
|
#include <Common/System/palmOneFeatures.h>
|
|
|
|
|
|
#endif // __PALMFEATURES_H__
|