Linux Kernel
3.7.1
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Groups
Pages
arch
x86
include
asm
mmx.h
Go to the documentation of this file.
1
#ifndef _ASM_X86_MMX_H
2
#define _ASM_X86_MMX_H
3
4
/*
5
* MMX 3Dnow! helper operations
6
*/
7
8
#include <linux/types.h>
9
10
extern
void
*
_mmx_memcpy
(
void
*to,
const
void
*
from
,
size_t
size
);
11
extern
void
mmx_clear_page
(
void
*
page
);
12
extern
void
mmx_copy_page
(
void
*to,
void
*
from
);
13
14
#endif
/* _ASM_X86_MMX_H */
Generated on Thu Jan 10 2013 13:20:05 for Linux Kernel by
1.8.2