mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-11 08:46:40 +07:00
9 lines
143 B
C
9 lines
143 B
C
|
#ifndef _X8664_SIGINFO_H
|
||
|
#define _X8664_SIGINFO_H
|
||
|
|
||
|
#define __ARCH_SI_PREAMBLE_SIZE (4 * sizeof(int))
|
||
|
|
||
|
#include <asm-generic/siginfo.h>
|
||
|
|
||
|
#endif
|