libucontext/arch/arm/defs.h

11 lines
131 B
C
Raw Normal View History

2020-03-30 05:02:49 +00:00
#ifndef __ARCH_ARM_DEFS_H
#define REG_SZ (4)
#define MCONTEXT_GREGS (32)
#define TYPE(__proc)
#include "common-defs.h"
#endif