diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-09-25 15:18:33 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2013-09-25 15:18:33 +0200 |
commit | cd6caf2c1129f7e358fdcf9775ce4d0018347694 (patch) | |
tree | 021ee2f52fa31ed3f3bdbc13e3537968b9195c8a | |
parent | 39b640a678e43afecacb9e9a198844ec85fb3ffc (diff) |
etnaviv: fix build with older kernel interfaces
-rw-r--r-- | native/include_arnova/gc_abi.h | 2 | ||||
-rw-r--r-- | native/include_dove/gc_abi.h | 2 | ||||
-rw-r--r-- | native/include_dove_old/gc_abi.h | 2 | ||||
-rw-r--r-- | native/include_v2/gc_abi.h | 2 |
4 files changed, 8 insertions, 0 deletions
diff --git a/native/include_arnova/gc_abi.h b/native/include_arnova/gc_abi.h index a039484..7f40dec 100644 --- a/native/include_arnova/gc_abi.h +++ b/native/include_arnova/gc_abi.h @@ -38,3 +38,5 @@ typedef struct void *out_buf; unsigned int out_buf_size; } vivante_ioctl_data_t; + +#define _gcs2D_PROFILE gcs2D_PROFILE diff --git a/native/include_dove/gc_abi.h b/native/include_dove/gc_abi.h index d8ea264..d3acea9 100644 --- a/native/include_dove/gc_abi.h +++ b/native/include_dove/gc_abi.h @@ -38,3 +38,5 @@ typedef struct void *out_buf; unsigned int out_buf_size; } vivante_ioctl_data_t; + +#define _gcs2D_PROFILE gcs2D_PROFILE diff --git a/native/include_dove_old/gc_abi.h b/native/include_dove_old/gc_abi.h index 31c17de..379acc7 100644 --- a/native/include_dove_old/gc_abi.h +++ b/native/include_dove_old/gc_abi.h @@ -38,3 +38,5 @@ typedef struct void *out_buf; unsigned int out_buf_size; } vivante_ioctl_data_t; + +#define _gcs2D_PROFILE gcs2D_PROFILE diff --git a/native/include_v2/gc_abi.h b/native/include_v2/gc_abi.h index a039484..7f40dec 100644 --- a/native/include_v2/gc_abi.h +++ b/native/include_v2/gc_abi.h @@ -38,3 +38,5 @@ typedef struct void *out_buf; unsigned int out_buf_size; } vivante_ioctl_data_t; + +#define _gcs2D_PROFILE gcs2D_PROFILE |