www.pudn.com > Lab534-VideoMotionDetect.rar > appIO.h
/*
* Copyright 2002 by Texas Instruments Incorporated.
* All rights reserved. Property of Texas Instruments Incorporated.
* Restricted rights to use, duplicate or disclose this code are
* granted through contract.
*
*/
/*
* ======== appIO.h ========
*
*/
#ifndef APPIO_
#define APPIO_
#ifdef __cplusplus
extern "C" {
#endif
/*
* Prototypes of I/O functions invoked from the rest of the app
*/
extern Void appIOInit();
#ifdef __cplusplus
}
#endif /* extern "C" */
#endif /* APPIO_ */