Changeset 450448d in mainline for kernel/genarch/include/drivers/via-cuda/cuda.h
- Timestamp:
- 2009-07-11T21:47:46Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9a61ba5
- Parents:
- 4b2c458c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/via-cuda/cuda.h
r4b2c458c r450448d 98 98 cx_listen, 99 99 cx_receive, 100 cx_rcv_end 100 cx_rcv_end, 101 cx_send_start, 102 cx_send 101 103 }; 102 104 … … 106 108 indev_t *kbrdin; 107 109 uint8_t rcv_buf[CUDA_RCV_BUF_SIZE]; 110 uint8_t snd_buf[CUDA_RCV_BUF_SIZE]; 108 111 size_t bidx; 112 size_t snd_bytes; 109 113 enum cuda_xfer_state xstate; 110 114 SPINLOCK_DECLARE(dev_lock);
Note:
See TracChangeset
for help on using the changeset viewer.