X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Frpi.h;fp=src%2Frpi.h;h=6f5e37f1ab4af8717ec0f88a7912335185f338e9;hp=57a1cf7eeb4fb2ae3b521870925fbe0605aa1e9b;hb=574147e84aafb61db3cf8b595d2a12ce5ba160de;hpb=99bdc8838f189f79ba77bfbbf41d7f1b4839ce0f diff --git a/src/rpi.h b/src/rpi.h index 57a1cf7..6f5e37f 100644 --- a/src/rpi.h +++ b/src/rpi.h @@ -26,6 +26,9 @@ #define RPI_TAG_GETFBPITCH 0x040008 #define RPI_TAG_SETFBOFFS 0x048009 #define RPI_TAG_GETFBOFFS 0x040009 +/* NOTE: for every new tag added, a new entry needs to be added to the tag + * buffer size struct in rpi.c + */ struct rpi_prop_header { uint32_t size;