f30c226954
Many files include the filename at the beginning, serveral used a wrong one. Signed-off-by: Uwe Zeisberger <Uwe_Zeisberger@digi.com> Signed-off-by: Adrian Bunk <bunk@stusta.de>
17 lines
381 B
C
17 lines
381 B
C
/*
|
|
* include/asm-xtensa/siginfo.h
|
|
*
|
|
* This file is subject to the terms and conditions of the GNU General Public
|
|
* License. See the file "COPYING" in the main directory of this archive
|
|
* for more details.
|
|
*
|
|
* Copyright (C) 2001 - 2005 Tensilica Inc.
|
|
*/
|
|
|
|
#ifndef _XTENSA_SIGINFO_H
|
|
#define _XTENSA_SIGINFO_H
|
|
|
|
#include <asm-generic/siginfo.h>
|
|
|
|
#endif /* _XTENSA_SIGINFO_H */
|