diff options
author | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-09-12 16:56:49 +0000 |
---|---|---|
committer | (no author) <(no author)@6dc7ffe9-61d6-0310-9af1-9938baff3ed1> | 2006-09-12 16:56:49 +0000 |
commit | 222393467b493ffa5940c717e2d4f7214ea9920d (patch) | |
tree | 00c04759af209bc533fe011a5e3e1a50a7c64881 /openpcd/firmware/src/os/req_ctx.h | |
parent | ad18651cdc0da907b0343651c73aa4b5e8f6af43 (diff) |
pio_irq USB access
git-svn-id: https://svn.openpcd.org:2342/trunk@183 6dc7ffe9-61d6-0310-9af1-9938baff3ed1
Diffstat (limited to 'openpcd/firmware/src/os/req_ctx.h')
-rw-r--r-- | openpcd/firmware/src/os/req_ctx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openpcd/firmware/src/os/req_ctx.h b/openpcd/firmware/src/os/req_ctx.h index f57f02f..82a133f 100644 --- a/openpcd/firmware/src/os/req_ctx.h +++ b/openpcd/firmware/src/os/req_ctx.h @@ -37,6 +37,8 @@ struct req_ctx { #define RCTX_STATE_SSC_RX_BUSY 0x20 +#define RCTX_STATE_PIOIRQ_BUSY 0x80 + #define NUM_REQ_CTX 8 extern struct req_ctx *req_ctx_find_get(unsigned long old_state, unsigned long new_state); extern struct req_ctx *req_ctx_find_busy(void); |