11 lines
276 B
C
Executable file
11 lines
276 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0-only */
|
|
/*
|
|
* Copyright (c) 2018, The Linux Foundation. All rights reserved.
|
|
*/
|
|
|
|
#ifndef __LINUX_ION_KERNEL_H__
|
|
#define __LINUX_ION_KERNEL_H__
|
|
|
|
#include "../../drivers/staging/android/ion/ion_kernel.h"
|
|
|
|
#endif /* __LINUX_ION_KERNEL_H__ */
|