diff options
Diffstat (limited to 'mpeglib/lib/util/mmx/mmx.h')
-rw-r--r-- | mpeglib/lib/util/mmx/mmx.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mpeglib/lib/util/mmx/mmx.h b/mpeglib/lib/util/mmx/mmx.h new file mode 100644 index 00000000..c4b8340d --- /dev/null +++ b/mpeglib/lib/util/mmx/mmx.h @@ -0,0 +1,26 @@ + + + +#ifndef __MMX_H +#define __MMX_H + + +#include <stdio.h> +#include <stdlib.h> + +#ifdef __cplusplus +extern "C" +{ +#endif /* __cplusplus */ + + +extern int emms(); +extern int mm_support(); + + +#ifdef __cplusplus +} +#endif /* __cplusplus */ + + +#endif |