36 lines
1.2 KiB
C
36 lines
1.2 KiB
C
/**************************************************************************************************
|
|
*
|
|
* Copyright (c) 2003 Palm Computing, Inc. or its subsidiaries.
|
|
* All rights reserved.
|
|
*
|
|
*************************************************************************************************/
|
|
|
|
/**************************************************************************************************
|
|
*
|
|
* File: IRTransmitterRaw.h
|
|
*
|
|
* Description: IR Transmitter Raw header.
|
|
*
|
|
* Version: 1.0 - Initial Revision (09/05/03)
|
|
*
|
|
*************************************************************************************************/
|
|
|
|
#ifndef IRTRANSMITTERRAW_H_
|
|
#define IRTRANSMITTERRAW_H_
|
|
|
|
/**************************************************************************************************
|
|
*
|
|
* Constants
|
|
*
|
|
*************************************************************************************************/
|
|
|
|
#define appCreatorID 'iRtR'
|
|
|
|
#define ourMinVersion sysMakeROMVersion( 4, 0, 0, sysROMStageDevelopment, 0 )
|
|
#define kPalmOS20Version sysMakeROMVersion( 2, 0, 0, sysROMStageDevelopment, 0 )
|
|
|
|
|
|
#endif // IRTRANSMITTERRAW_H_
|
|
|
|
/* EOF *******************************************************************************************/
|