xref: /linux/include/uapi/asm-generic/auxvec.h (revision 8a1ab315)
1*8a1ab315SDavid Howells #ifndef __ASM_GENERIC_AUXVEC_H
2*8a1ab315SDavid Howells #define __ASM_GENERIC_AUXVEC_H
3*8a1ab315SDavid Howells /*
4*8a1ab315SDavid Howells  * Not all architectures need their own auxvec.h, the most
5*8a1ab315SDavid Howells  * common definitions are already in linux/auxvec.h.
6*8a1ab315SDavid Howells  */
7*8a1ab315SDavid Howells 
8*8a1ab315SDavid Howells #endif /* __ASM_GENERIC_AUXVEC_H */
9