to make u-boot work for fat32 filesystem
[jz_uboot.git] / board / spc1920 / pld.h
blob3254f820c1e1d597b755059879d7cdb5c15ef46b
1 #ifndef __PLD_H__
2 #define __PLD_H__
4 typedef struct spc1920_pld {
5 uchar com1_en;
6 uchar dsp_reset;
7 uchar dsp_hpi_on;
8 uchar codec_dsp_power_en;
9 uchar clk2_en;
10 uchar clk3_select;
11 uchar clk4_select;
12 } spc1920_pld_t;
14 #endif /* __PLD_H__ */