summaryrefslogtreecommitdiffstats
path: root/u-boot/board/goldelico/gta04/status.h
blob: 5bed2e2c785830f2ebc670a4496c3daa7a25edfa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef _STATUS_H
#define _STATUS_H

int status_init (void);

void status_set_status (int value);
int status_get_buttons (void);

int status_set_flash (int mode);	// 0: off, 1: torch, 2: flash
int status_set_vibra (int value);	// 0: off, >0 / <0 determines polarity . -255 ... +255

#endif