mirror of
https://github.com/raspberrypi/userland.git
synced 2025-12-06 04:49:12 +00:00
Update master branch to next
This commit is contained in:
@@ -37,6 +37,15 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#include <vc/intrinsics.h>
|
||||
#endif
|
||||
|
||||
#ifdef __COVERITY__
|
||||
#ifndef _Rarely
|
||||
#define _Rarely(x) (x)
|
||||
#endif
|
||||
#ifndef _Usually
|
||||
#define _Usually(x) (x)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
@@ -28,9 +28,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
#ifndef VCORE_H
|
||||
#define VCORE_H
|
||||
|
||||
#ifdef __HIGHC__
|
||||
#ifdef __VIDEOCORE__
|
||||
#include "vc/intrinsics.h"
|
||||
|
||||
#undef asm
|
||||
#define asm(x) _ASM(x)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user