diff options
author | Andrew Waterman <waterman@eecs.berkeley.edu> | 2014-09-11 13:37:51 -0700 |
---|---|---|
committer | Andrew Waterman <waterman@eecs.berkeley.edu> | 2014-09-11 13:37:51 -0700 |
commit | 82b6ccde8f4e3d48d1c358275271e49881e56cf7 (patch) | |
tree | c5dbfa5dec2c28185f77e98124f483f79a9e6734 /linux-headers/include/video/edid.h | |
parent | 7ce82261f5b2ca8ba4835b0a73124ca25fbdd2db (diff) | |
download | riscv-gnu-toolchain-82b6ccde8f4e3d48d1c358275271e49881e56cf7.zip riscv-gnu-toolchain-82b6ccde8f4e3d48d1c358275271e49881e56cf7.tar.gz riscv-gnu-toolchain-82b6ccde8f4e3d48d1c358275271e49881e56cf7.tar.bz2 |
glibc: initial port of glibc 2.20
Diffstat (limited to 'linux-headers/include/video/edid.h')
-rw-r--r-- | linux-headers/include/video/edid.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/linux-headers/include/video/edid.h b/linux-headers/include/video/edid.h new file mode 100644 index 0000000..6aeb974 --- /dev/null +++ b/linux-headers/include/video/edid.h @@ -0,0 +1,9 @@ +#ifndef __linux_video_edid_h__ +#define __linux_video_edid_h__ + +struct edid_info { + unsigned char dummy[128]; +}; + + +#endif /* __linux_video_edid_h__ */ |