aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-oc2g/misc/oc2gbts_led.h
blob: cb627e3cf2ad2331244f7414e991f8fcd02c0284 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#ifndef _OC2GBTS_LED_H
#define _OC2GBTS_LED_H

#include <stdint.h>
#include <unistd.h>
#include <errno.h>
#include <fcntl.h>
#include <math.h>
#include <sys/stat.h>

#include <osmo-bts/logging.h>
#include <osmocom/core/timer.h>
#include <osmocom/core/utils.h>

#include "oc2gbts_mgr.h"

/* public function prototypes */
void led_set(struct oc2gbts_mgr_instance *mgr, int pattern_id);

void select_led_pattern(struct oc2gbts_mgr_instance *mgr);

#endif