CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/06/23 08:12:59
Modified files:
sys/arch/macppc/dev: adb.c
Log message:
adb(4/macppc): fix adb_cuda_tickle() prototype
Timeout callback functions are of type void (*)(void *).
adb_cuda_tickle() needs a void pointer for a first parameter.
ok mpi@
