#ifndef RTPERSISTENTREGISTER_H
#define RTPERSISTENTREGISTER_H

/******************************************************************************/
/******************************************************************************/
/*****************     Copyright 2004, 2005 Chronolytics Inc.   ***************/
/*****************     All Rights Reserved                      ***************/
/******************************************************************************/
/******************************************************************************/

static volatile const char __attribute__ ((unused)) rcsid_RTPERSISTENTREGISTER_H[] = "$Id: RTPersistentRegister.h,v 1.2 2005/07/08 03:10:52 dave Exp $";


RTRegister *RTPersistentRegister_Register(RTClockMicroSecs usec_response, const char *name, size_t size, RTRegister_Data *value);



#endif /* RTPERSISTENTREGISTER_H */

