commit | 27d83e68f307ee55b70fdfdc7a9ba3f25f276189 | [log] [tgz] |
---|---|---|
author | Mark Rutland <mark.rutland@arm.com> | Wed Jul 11 14:56:42 2018 +0100 |
committer | Will Deacon <will.deacon@arm.com> | Thu Jul 12 14:40:39 2018 +0100 |
tree | 3e2db6811a0af538dd88b40381e5a63b26f5327c | |
parent | 3085e1645e23888125224f66a710077cdb03106a [diff] |
arm64: introduce syscall_fn_t In preparation for invoking arbitrary syscalls from C code, let's define a type for an arbitrary syscall, matching the parameter passing rules of the AAPCS. There should be no functional change as a result of this patch. Signed-off-by: Mark Rutland <mark.rutland@arm.com> Cc: Catalin Marinas <catalin.marinas@arm.com> Cc: Will Deacon <will.deacon@arm.com> Signed-off-by: Will Deacon <will.deacon@arm.com>