linux/include/uapi/linux/cuda.h

/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
 * 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 _UAPI_LINUX_CUDA_H
#define _UAPI_LINUX_CUDA_H

/* CUDA commands (2nd byte) */
#define CUDA_WARM_START
#define CUDA_AUTOPOLL
#define CUDA_GET_6805_ADDR
#define CUDA_GET_TIME
#define CUDA_GET_PRAM
#define CUDA_SET_6805_ADDR
#define CUDA_SET_TIME
#define CUDA_POWERDOWN
#define CUDA_POWERUP_TIME
#define CUDA_SET_PRAM
#define CUDA_MS_RESET
#define CUDA_SEND_DFAC
#define CUDA_RESET_SYSTEM
#define CUDA_SET_IPL
#define CUDA_SET_AUTO_RATE
#define CUDA_GET_AUTO_RATE
#define CUDA_SET_DEVICE_LIST
#define CUDA_GET_DEVICE_LIST
#define CUDA_GET_SET_IIC


#endif /* _UAPI_LINUX_CUDA_H */