summaryrefslogtreecommitdiffstats
path: root/qemu/roms/u-boot/include/pca9698.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu/roms/u-boot/include/pca9698.h')
-rw-r--r--qemu/roms/u-boot/include/pca9698.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/qemu/roms/u-boot/include/pca9698.h b/qemu/roms/u-boot/include/pca9698.h
deleted file mode 100644
index 9732be661..000000000
--- a/qemu/roms/u-boot/include/pca9698.h
+++ /dev/null
@@ -1,18 +0,0 @@
-/*
- * (C) Copyright 2011
- * Dirk Eibach, Guntermann & Drunck GmbH, eibach@gdsys.de
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-
-#ifndef __PCA9698_H_
-#define __PCA9698_H_
-
-int pca9698_request(unsigned gpio, const char *label);
-void pca9698_free(unsigned gpio);
-int pca9698_direction_input(u8 addr, unsigned gpio);
-int pca9698_direction_output(u8 addr, unsigned gpio, int value);
-int pca9698_get_value(u8 addr, unsigned gpio);
-int pca9698_set_value(u8 addr, unsigned gpio, int value);
-
-#endif /* __PCA9698_H_ */