Changeset 281994b in mainline for arch/ppc32/include/drivers/cuda.h
- Timestamp:
- 2006-06-18T01:58:17Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- fbf7b4c
- Parents:
- cf84d72a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
arch/ppc32/include/drivers/cuda.h
rcf84d72a r281994b 27 27 */ 28 28 29 29 /** @addtogroup ppc32 30 30 * @{ 31 31 */ … … 43 43 extern void cuda_init(__address base, size_t size); 44 44 extern int cuda_get_scancode(void); 45 extern void cuda_grab(void); 46 extern void cuda_release(void); 45 47 46 48 #endif 47 49 48 50 /** @} 49 51 */ 50
Note:
See TracChangeset
for help on using the changeset viewer.