/* * Definitions for talking to the CUDA. The CUDA is a microcontroller * which controls the ADB, system power, RTC, and various other things. * * Copyright (C) 1996 Paul Mackerras. */#ifndef _LINUX_CUDA_H#define _LINUX_CUDA_H#include <uapi/linux/cuda.h>externintfind_via_cuda(void);externintcuda_request(structadb_request*req,void(*done)(structadb_request*),intnbytes,...);externvoidcuda_poll(void);#endif /* _LINUX_CUDA_H */