summaryrefslogtreecommitdiffstats
path: root/board/spc1920/pld.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/spc1920/pld.h')
-rw-r--r--board/spc1920/pld.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/board/spc1920/pld.h b/board/spc1920/pld.h
deleted file mode 100644
index 5beb71b5cc..0000000000
--- a/board/spc1920/pld.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef __PLD_H__
-#define __PLD_H__
-
-typedef struct spc1920_pld {
- uchar com1_en;
- uchar dsp_reset;
- uchar dsp_hpi_on;
- uchar superv_mode;
- uchar codec_dsp_power_en;
- uchar clk3_select;
- uchar clk4_select;
-} spc1920_pld_t;
-
-#endif /* __PLD_H__ */