11 lines
191 B
C
11 lines
191 B
C
/*
|
|
* SH specific GCC stack protector support.
|
|
*/
|
|
|
|
#ifndef _ASM_STACKPROTECTOR_H
|
|
#define _ASM_STACKPROTECTOR_H 1
|
|
|
|
#include <asm-generic/stackprotector.h>
|
|
|
|
#endif /* _ASM_STACKPROTECTOR_H */
|