/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ /* * Copyright (C) 2000 Jens Axboe <axboe@suse.de> * Copyright (C) 2001-2004 Peter Osterlund <petero2@telia.com> * * May be copied or modified under the terms of the GNU General Public * License. See linux/COPYING for more information. * * Packet writing layer for ATAPI and SCSI CD-R, CD-RW, DVD-R, and * DVD-RW devices. *
*/ #ifndef _UAPI__PKTCDVD_H #define _UAPI__PKTCDVD_H
#include <linux/types.h>
/* * UNUSED: * 1 for normal debug messages, 2 is very verbose. 0 to turn it off.
*/ #define PACKET_DEBUG 1
#define MAX_WRITERS 8
#define PKT_RB_POOL_SIZE 512
/* * How long we should hold a non-full packet before starting data gathering.
*/ #define PACKET_WAIT_TIME (HZ * 5 / 1000)
/* * No user-servicable parts beyond this point ->
*/
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.