/****************************************************************************
* License : All rights reserved for TES Electronic Solutions GmbH
* See included /docs/license.txt for details
* Project : D/AVE HD
* Purpose : Lazy flush implementation.
* Generating register writes from shadow state / pending mask
****************************************************************************
* Version Control Information :
* $Revision: 3935 $
* $Date: 2014-09-23 10:52:32 +0200 (Di, 23. Sep 2014) $
* $LastChangedBy: golczewskim $
****************************************************************************
* Change History (autogenerated):
****************************************************************************/
#ifndef DAVEHD_FLUSH_H_INCLUDED
#define DAVEHD_FLUSH_H_INCLUDED
#include "davehd_types.h"
/*----------------------------------------------------------------------------------------------------------*/
/**/
void dhd_flush_state(dhd_device_data_t *a_device);
/*----------------------------------------------------------------------------------------------------------*/
#endif /*DAVEHD_FLUSH_H_INCLUDED*/
-
hu authored81aa0a56