ANDROID: GKI: Add dmabuf ABI padding
To facilitate nonspecific potential future backports and fixes. Bug: 417480479 Change-Id: Id407bcdb6fae4092256f792195058a46f446b92e Signed-off-by: T.J. Mercier <tjmercier@google.com>
This commit is contained in:
committed by
Carlos Llamas
parent
4bd97e7a02
commit
9e96103d83
@@ -13,6 +13,7 @@
|
|||||||
#ifndef __DMA_BUF_H__
|
#ifndef __DMA_BUF_H__
|
||||||
#define __DMA_BUF_H__
|
#define __DMA_BUF_H__
|
||||||
|
|
||||||
|
#include <linux/android_kabi.h>
|
||||||
#include <linux/iosys-map.h>
|
#include <linux/iosys-map.h>
|
||||||
#include <linux/file.h>
|
#include <linux/file.h>
|
||||||
#include <linux/err.h>
|
#include <linux/err.h>
|
||||||
@@ -538,6 +539,7 @@ struct dma_buf {
|
|||||||
|
|
||||||
ANDROID_KABI_RESERVE(1);
|
ANDROID_KABI_RESERVE(1);
|
||||||
ANDROID_KABI_RESERVE(2);
|
ANDROID_KABI_RESERVE(2);
|
||||||
|
ANDROID_BACKPORT_RESERVE(1);
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user