diff options
author | Sven Gothel <[email protected]> | 2014-01-09 22:07:16 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-09 22:07:16 +0100 |
commit | 299d5c395aa77b5a79ef04302777efb81ca1f087 (patch) | |
tree | 1fbf336de31b3f85977c6b2ae8f05a249e8b1446 /src | |
parent | 4e9fb8d0fd1b73c592840d6ba34b91da5cca9c18 (diff) |
BCM_VC_IV: Add 2 references (_poor_ API docs, very)
Diffstat (limited to 'src')
-rw-r--r-- | src/newt/native/bcm_vc_iv.c | 3 | ||||
-rw-r--r-- | src/newt/native/bcm_vc_iv.h | 5 |
2 files changed, 8 insertions, 0 deletions
diff --git a/src/newt/native/bcm_vc_iv.c b/src/newt/native/bcm_vc_iv.c index 3a802650a..ee59f0aa6 100644 --- a/src/newt/native/bcm_vc_iv.c +++ b/src/newt/native/bcm_vc_iv.c @@ -30,6 +30,9 @@ #include <stdio.h> #include <string.h> +/** + * See references in header file. + */ #include "bcm_vc_iv.h" #include "jogamp_newt_driver_bcm_vc_iv_DisplayDriver.h" diff --git a/src/newt/native/bcm_vc_iv.h b/src/newt/native/bcm_vc_iv.h index f98700e4e..42189f3d6 100644 --- a/src/newt/native/bcm_vc_iv.h +++ b/src/newt/native/bcm_vc_iv.h @@ -29,6 +29,11 @@ #ifndef BCM_VC_IV_H #define BCM_VC_IV_H +/** + * http://en.wikipedia.org/wiki/VideoCore + * https://github.com/raspberrypi/userland + */ + #ifdef __cplusplus extern "C" { #endif |