2 * Definitions for talking to the CUDA. The CUDA is a microcontroller
3 * which controls the ADB, system power, RTC, and various other things.
5 * Copyright (C) 1996 Paul Mackerras.
10 #include <uapi/linux/cuda.h>
13 extern int find_via_cuda(void);
14 extern int cuda_request(struct adb_request *req,
15 void (*done)(struct adb_request *), int nbytes, ...);
16 extern void cuda_poll(void);
18 #endif /* _LINUX_CUDA_H */