- Timestamp:
- 07/14/2017 09:37:38 PM (7 years ago)
- Branches:
- master
- Children:
- 6a37d5b
- Parents:
- aa021e2
- Location:
- ram
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
ram/setwq.c
raa021e2 r7bb1284 28 28 */ 29 29 30 uint16_t setwq(struct wordq *qp, uint16_t *qadr, uint16_t qsiz, uint16_t hi, uint16_t lo)30 int16_t setwq(struct wordq *qp, uint16_t *qadr, int16_t qsiz, int16_t hi, int16_t lo) 31 31 { 32 32 if ((uint16_t *)0L EQ qadr) -
ram/setwq.x
raa021e2 r7bb1284 18 18 extern int16_t getwq(struct wordq *qp, uint16_t *p); 19 19 extern int16_t putwq(struct wordq *qp, uint16_t c); 20 extern uint16_t setwq(struct wordq *qp, uint16_t *qadr, uint16_t qsiz, uint16_t hi, uint16_t lo);20 extern int16_t setwq(struct wordq *qp, uint16_t *qadr, int16_t qsiz, int16_t hi, int16_t lo);
Note:
See TracChangeset
for help on using the changeset viewer.