diff options
| author | Ange Albertini <corkami@google.com> | 2022-10-30 18:37:00 +0000 |
|---|---|---|
| committer | Chris Palmer <snackypants@gmail.com> | 2022-11-03 11:37:49 -0700 |
| commit | b74673e5e3ba7518def9d7fc148017dc84abca8d (patch) | |
| tree | 54b4957d023728ccb0ce4debdce101a50c142f9d /sys/fuchsia/interrupt_amd64.const | |
| parent | 26721f10cc7e48985468d3d94594e66b98cdbb53 (diff) | |
sys/fuchsia: updated interrupt syscalls definitions
Diffstat (limited to 'sys/fuchsia/interrupt_amd64.const')
| -rw-r--r-- | sys/fuchsia/interrupt_amd64.const | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/fuchsia/interrupt_amd64.const b/sys/fuchsia/interrupt_amd64.const new file mode 100644 index 000000000..4457b5bae --- /dev/null +++ b/sys/fuchsia/interrupt_amd64.const @@ -0,0 +1,10 @@ +ZX_INTERRUPT_REMAP_IRQ = 1 +ZX_INTERRUPT_MODE_DEFAULT = 1 +ZX_INTERRUPT_MODE_EDGE_LOW = 2 +ZX_INTERRUPT_MODE_EDGE_HIGH = 4 +ZX_INTERRUPT_MODE_LEVEL_LOW = 6 +ZX_INTERRUPT_MODE_LEVEL_HIGH = 8 +ZX_INTERRUPT_MODE_EDGE_BOTH = 10 +ZX_INTERRUPT_VIRTUAL = 0x10 +ZX_INTERRUPT_BIND = 0 +ZX_INTERRUPT_UNBIND = 1 |
