blob: d04b3737b92fbc8ae57bec87abae4a770b05b082 [file] [log] [blame]
/*
* arch/arm/mach-ambarella/init-dropcam.h
*
* Copyright (C) 2012-2014, Dropcam, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
#ifndef _INIT_DROPCAM_H
#define _INIT_DROPCAM_H
#define DROPCAM_BOARD_REV_R1_R2 1
#define DROPCAM_BOARD_REV_CROWN_ROYAL 2
#define DROPCAM_BOARD_REV_QUARTZ 3
void init_dropcam_r1r2(void);
void init_dropcam_quartz(void);
void init_dropcam_crown_royal(void);
unsigned int dropcam_get_hw_rev_adc_val(void);
#endif