diff options
author | Stephen Torri <storri@users.sourceforge.net> | 2002-11-03 23:07:14 +0000 |
---|---|---|
committer | Stephen Torri <storri@users.sourceforge.net> | 2002-11-03 23:07:14 +0000 |
commit | d10688862e58c6c169935e127e90ee3c553c5ff4 (patch) | |
tree | f5f28afc91f647feca733634b6142faabdf7f9ad /include | |
parent | 3018a1d3fda698707e2610e2a6d11ace633fc3ca (diff) | |
download | xine-lib-d10688862e58c6c169935e127e90ee3c553c5ff4.tar.gz xine-lib-d10688862e58c6c169935e127e90ee3c553c5ff4.tar.bz2 |
Added newer interface to xine_health_check
CVS patchset: 3175
CVS date: 2002/11/03 23:07:14
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 83eaf4f85..5ebcb24f4 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine.h.in,v 1.32 2002/11/02 02:55:46 storri Exp $ + * $Id: xine.h.in,v 1.33 2002/11/03 23:07:14 storri Exp $ * * public xine-lib (libxine) interface and documentation * @@ -638,6 +638,15 @@ typedef struct { #define XINE_HEALTH_CHECK_OK 0 #define XINE_HEALTH_CHECK_FAIL 1 #define XINE_HEALTH_CHECK_UNSUPPORTED 2 +#define XINE_HEALTH_CHECK_NO_SUCH_CHECK 3 + +#define CHECK_KERNEL 0 +#define CHECK_MTRR 1 +#define CHECK_CDROM 2 +#define CHECK_DVDROM 3 +#define CHECK_DMA 4 +#define CHECK_X 5 +#define CHECK_XV 6 struct xine_health_check_s { int status; |