aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/STMPE811/ginput_lld_mouse_board_template.h
blob: b7744a498831e92718fcb4d7c7c35c39f87b3772 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/*
 * This file is subject to the terms of the GFX License. If a copy of
 * the license was not distributed with this file, you can obtain one at:
 *
 *              http://ugfx.org/license.html
 */

#ifndef _GINPUT_LLD_MOUSE_BOARD_H
#define _GINPUT_LLD_MOUSE_BOARD_H

static void init_board(void) {

}

static inline bool_t getpin_irq(void) {

}

static void write_reg(uint8_t reg, uint8_t n, uint16_t val) {

}

static uint16_t read_reg(uint8_t reg, uint8_t n) {

}

#endif /* _GINPUT_LLD_MOUSE_BOARD_H */