repo.or.cz
/
linux-2.6
/
linux-2.6-openrd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ALSA: sound/pci: supported cards update
[linux-2.6/linux-2.6-openrd.git]
/
include
/
asm-x86
/
mmx.h
blob
940881218ff862ab13c349f107b2b5c6d050a5e5
1
#ifndef _ASM_MMX_H
2
#define _ASM_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