]> git.sesse.net Git - vlc/blob - extras/MacOSX_dvdioctl/DVDioctl.h
* fixes for the Qt plugin compilation under Debian
[vlc] / extras / MacOSX_dvdioctl / DVDioctl.h
1 /*****************************************************************************
2  * DVDioctl.h: Linux-like DVD driver for Darwin and MacOS X
3  *****************************************************************************
4  * Copyright (C) 2001 VideoLAN
5  * $Id: DVDioctl.h,v 1.1 2001/04/02 23:30:41 sam Exp $
6  *
7  * Authors: Samuel Hocevar <sam@zoy.org>
8  *
9  * The contents of this file constitute Original Code as defined in and
10  * are subject to the Apple Public Source License Version 1.1 (the
11  * "License").  You may not use this file except in compliance with the
12  * License.  Please obtain a copy of the License at
13  * http://www.apple.com/publicsource and read it before using this file.
14  * 
15  * This Original Code and all software distributed under the License are
16  * distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17  * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18  * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19  * FITNESS FOR A PARTICULAR PURPOSE OR NON-INFRINGEMENT.  Please see the
20  * License for the specific language governing rights and limitations
21  * under the License.
22  *****************************************************************************/
23
24 struct sum { int a, b, r; };
25 #define IODVD_READ_STRUCTURE _IOWR('B', 1, struct sum)
26 #define IODVD_SEND_KEY       _IOWR('B', 2, struct sum)
27 #define IODVD_REPORT_KEY     _IOWR('B', 3, struct sum)
28