#ifndef _OV7725_7670_H
#define _OV7725_7670_H

#include "sccb.h"
#include <stdint.h>

/////////////////////////////////////////

unsigned char OV7xxx_Init(void);

#endif

