strace/linux/mips/syscallent.h
Dmitry V. Levin 34c445b5c6 mips: split syscallent.h
linux/mips/syscallent.h consisted of several parts that had little in
common.  Split them into separate files to ease maintenance.

* linux/mips/syscallent-compat.h: New file.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/mips/syscallent.h: Include them.
* Makefile.am (EXTRA_DIST): Add them.
2013-05-07 09:43:04 +00:00

6 lines
137 B
C

#include "../dummy.h"
#include "syscallent-compat.h"
#include "syscallent-o32.h"
#include "syscallent-n64.h"
#include "syscallent-n32.h"