aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_template.h
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-10-11 18:24:12 +0200
committerJoel Bodenmann <joel@unormal.org>2014-10-11 18:24:12 +0200
commitd9f93a31bb5fd7ba5de69f2593e2dacb8218dd63 (patch)
tree199bb5437fc422b5ffc6282e9663eed350449340 /drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_template.h
parent097bce6aa4df5f4bacef3976cd7b7fab26a72c4a (diff)
downloaduGFX-d9f93a31bb5fd7ba5de69f2593e2dacb8218dd63.tar.gz
uGFX-d9f93a31bb5fd7ba5de69f2593e2dacb8218dd63.tar.bz2
uGFX-d9f93a31bb5fd7ba5de69f2593e2dacb8218dd63.zip
ADS7843 porting - not tested yet!
Diffstat (limited to 'drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_template.h')
-rw-r--r--drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_template.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_template.h b/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_template.h
deleted file mode 100644
index 09783adf..00000000
--- a/drivers/ginput/touch/ADS7843/ginput_lld_mouse_board_template.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/*
- * 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 inline void init_board(void) {
-
-}
-
-static inline bool_t getpin_pressed(void) {
-
-}
-
-static inline void aquire_bus(void) {
-
-}
-
-static inline void release_bus(void) {
-
-}
-
-static inline uint16_t read_value(uint16_t port) {
-
-}
-
-#endif /* _GINPUT_LLD_MOUSE_BOARD_H */