summaryrefslogtreecommitdiffstats
path: root/include/s6e63d6.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/s6e63d6.h')
-rw-r--r--include/s6e63d6.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/include/s6e63d6.h b/include/s6e63d6.h
deleted file mode 100644
index aa583eed1b..0000000000
--- a/include/s6e63d6.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/*
- * Copyright (C) 2009
- * Guennadi Liakhovetski, DENX Software Engineering, <lg@denx.de>
- *
- * SPDX-License-Identifier: GPL-2.0+
- */
-#ifndef _S6E63D6_H_
-#define _S6E63D6_H_
-
-struct s6e63d6 {
- unsigned int bus;
- unsigned int cs;
- unsigned int id;
- struct spi_slave *slave;
-};
-
-extern int s6e63d6_init(struct s6e63d6 *data);
-extern int s6e63d6_index(struct s6e63d6 *data, u8 idx);
-extern int s6e63d6_param(struct s6e63d6 *data, u16 param);
-
-#endif