mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-13 10:45:54 +00:00
11 lines
177 B
C
11 lines
177 B
C
|
/* SPDX-License-Identifier: GPL-2.0+ */
|
||
|
/*
|
||
|
* Copyright (C) 1997 Tensilica Inc.
|
||
|
*/
|
||
|
|
||
|
#ifndef _XTENSA_PROCESSOR_H
|
||
|
#define _XTENSA_PROCESSOR_H
|
||
|
|
||
|
|
||
|
#endif /* _XTENSA_PROCESSOR_H */
|