cpu: introduce uputi/ugeti
authorAlan Cox <alan@linux.intel.com>
Wed, 19 Oct 2016 19:44:56 +0000 (20:44 +0100)
committerAlan Cox <alan@linux.intel.com>
Wed, 19 Oct 2016 19:44:56 +0000 (20:44 +0100)
commit9a8453c3f261dad93b8f168e60facd7e38e55c79
tree49f435003a87c8edc876b41565c957dae36f03ca
parentd1839d4002eabdf70ba765ebae3c79f2f2f08e73
cpu: introduce uputi/ugeti

There are syscalls that use an int *, and also ioctls. For those we can't
use uputw/getw as we were. Add new helper defines.
Kernel/cpu-6502/cpu.h
Kernel/cpu-68000/cpu.h
Kernel/cpu-6809/cpu.h
Kernel/cpu-68hc11/cpu.h
Kernel/cpu-8086/cpu.h
Kernel/cpu-msp430x/cpu.h
Kernel/cpu-z80/cpu.h