10 lines
179 B
C
10 lines
179 B
C
|
/*
|
||
|
* Copyright (c) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_DATA_H
|
||
|
#define _KERNEL_ARCH_DATA_H
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_DATA_H */
|