Commit 7de920d3 authored by Sam Hocevar's avatar Sam Hocevar

  * Forgot a file for BeOS.
parent 10b03bcb
......@@ -2,7 +2,7 @@
* dvd_ioctl.h: DVD ioctl replacement function
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: dvd_ioctl.h,v 1.7 2001/05/02 20:01:44 sam Exp $
* $Id: dvd_ioctl.h,v 1.8 2001/05/25 04:44:49 sam Exp $
*
* Authors: Samuel Hocevar <sam@zoy.org>
*
......@@ -44,5 +44,14 @@ int ioctl_SendKey2 ( int, int *, u8 * );
#define DVD_STRUCT_COPYRIGHT 0x01
#define DVD_STRUCT_DISCKEY 0x02
/* Key formats */
#define DVD_REPORT_AGID 0x00
#define DVD_REPORT_CHALLENGE 0x01
#define DVD_SEND_CHALLENGE 0x01
#define DVD_REPORT_KEY1 0x02
#define DVD_SEND_KEY2 0x03
#define DVD_REPORT_ASF 0x05
#define DVD_INVALIDATE_AGID 0x3f
#endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment