Add qemu 2.4.0
[kvmfornfv.git] / qemu / roms / u-boot / board / spc1920 / pld.h
diff --git a/qemu/roms/u-boot/board/spc1920/pld.h b/qemu/roms/u-boot/board/spc1920/pld.h
new file mode 100644 (file)
index 0000000..5beb71b
--- /dev/null
@@ -0,0 +1,14 @@
+#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__ */