diff options
Diffstat (limited to 'src/newt/native/bcm_vc_iv.h')
-rw-r--r-- | src/newt/native/bcm_vc_iv.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |