aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-ux500/include/mach/ab8500_sys.h
blob: 6750e400e3b5f908d76069c0dac1f34bcd12a2d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * ab8500_gpadc.c - AB8500 GPADC Driver
 *
 * Copyright (C) 2010 ST-Ericsson SA
 * Licensed under GPLv2.
 */

#ifndef _AB8500_BM_SYS_H
#define _AB8500_BM_SYS_H

int ab8500_bm_sys_init(void);
void ab8500_bm_sys_deinit(void);
void ab8500_bm_sys_get_gg_capacity(int *value);
void ab8500_bm_sys_get_gg_samples(int *value);

#endif /* _AB8500_BM_SYS_H */