/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 1999-2002 Vojtech Pavlik * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 as published by * the Free Software Foundation.
*/ #ifndef _UAPI_SERIO_H #define _UAPI_SERIO_H
#include <linux/const.h> #include <linux/ioctl.h>
#define SPIOCSTYPE _IOW('q', 0x01, unsignedlong)
/* * bit masks for use in "interrupt" flags (3rd argument)
*/ #define SERIO_TIMEOUT _BITUL(0) #define SERIO_PARITY _BITUL(1) #define SERIO_FRAME _BITUL(2) #define SERIO_OOB_DATA _BITUL(3)
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.