]> Git Repo - linux.git/blame - include/linux/cuda.h
Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[linux.git] / include / linux / cuda.h
CommitLineData
1da177e4
LT
1/*
2 * Definitions for talking to the CUDA. The CUDA is a microcontroller
3 * which controls the ADB, system power, RTC, and various other things.
4 *
5 * Copyright (C) 1996 Paul Mackerras.
6 */
fde28451
DH
7#ifndef _LINUX_CUDA_H
8#define _LINUX_CUDA_H
9
607ca46e 10#include <uapi/linux/cuda.h>
1da177e4 11
1da177e4
LT
12
13extern int find_via_cuda(void);
14extern int cuda_request(struct adb_request *req,
15 void (*done)(struct adb_request *), int nbytes, ...);
16extern void cuda_poll(void);
17
fde28451 18#endif /* _LINUX_CUDA_H */
This page took 1.376859 seconds and 4 git commands to generate.