openmv/drivers/dave2d/include/dave_pattern.h
iabdalkader daf2bb30da misc: Restructure repo.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
2025-04-13 08:28:34 +02:00

22 lines
829 B
C

/*--------------------------------------------------------------------------
* Project: D/AVE
* File: dave_pattern.h (%version: 2 %)
* created Tue Feb 15 12:45:43 2005 by hh04027
*
* Description:
* %date_modified: Fri Feb 18 16:28:01 2005 % (%derived_by: hh04027 %)
*
* Changes:
* 2008-01-14 ASc changed comments from C++ to C, removed tabs
* 2012-09-25 BSp MISRA cleanup
*-------------------------------------------------------------------------- */
#ifndef __1_dave_pattern_h_H
#define __1_dave_pattern_h_H
/*--------------------------------------------------------------------------- */
D2_EXTERN void d2_setuppattern( d2_devicedata *handle, const d2_contextdata *ctx, const d2_bbox *bbox, d2_s32 flip );
/*--------------------------------------------------------------------------- */
#endif