13#ifndef CXXUTILS_ARM_HELPERS_H
14#define CXXUTILS_ARM_HELPERS_H
17#if defined(__aarch64__) && defined(__linux)
36void aarch64_dump_registers (
IOFD fd,
37 char* buf,
unsigned int buf_size,
38 const mcontext_t& mc);
Collecting a few shared bits and pieces from SEAL headers.
int IOFD
Type the system uses for channel descriptors.