12 lines
205 B
C
12 lines
205 B
C
|
/*
|
||
|
* Copyright (c) 2018 Intel Corporation
|
||
|
*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
*/
|
||
|
#ifndef _KERNEL_ARCH_DATA_H
|
||
|
#define _KERNEL_ARCH_DATA_H
|
||
|
|
||
|
struct _kernel_arch { };
|
||
|
|
||
|
#endif /* _KERNEL_ARCH_DATA_H */
|