summaryrefslogtreecommitdiff
path: root/include/gdsys_fpga.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gdsys_fpga.h')
-rw-r--r--include/gdsys_fpga.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/gdsys_fpga.h b/include/gdsys_fpga.h
index 949864c0f28..555fbe2470d 100644
--- a/include/gdsys_fpga.h
+++ b/include/gdsys_fpga.h
@@ -58,6 +58,17 @@ typedef struct ihs_osd {
u16 y_pos;
} ihs_osd_t;
+#ifdef CONFIG_NEO
+typedef struct ihs_fpga {
+ u16 reflection_low; /* 0x0000 */
+ u16 versions; /* 0x0002 */
+ u16 fpga_features; /* 0x0004 */
+ u16 fpga_version; /* 0x0006 */
+ u16 reserved_0[8187]; /* 0x0008 */
+ u16 reflection_high; /* 0x3ffe */
+} ihs_fpga_t;
+#endif
+
#ifdef CONFIG_IO
typedef struct ihs_fpga {
u16 reflection_low; /* 0x0000 */