mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-12 14:23:00 +00:00
12 lines
177 B
C
12 lines
177 B
C
|
/*
|
||
|
* Copyright (C) 1997 Tensilica Inc.
|
||
|
*
|
||
|
* SPDX-License-Identifier: GPL-2.0+
|
||
|
*/
|
||
|
|
||
|
#ifndef _XTENSA_PROCESSOR_H
|
||
|
#define _XTENSA_PROCESSOR_H
|
||
|
|
||
|
|
||
|
#endif /* _XTENSA_PROCESSOR_H */
|