Sign in
googlers
/
maze
/
linux
/
1da177e4c3f41524e886b7f1b8a0c1fc7321cac2
/
.
/
include
/
asm-ppc64
/
agp.h
blob: be27cfa8c5b0a3ccc5e5d91c240f65966f324e2a [
file
] [
log
] [
blame
]
#ifndef
AGP_H
#define
AGP_H
1
#include
<asm/io.h>
/* nothing much needed here */
#define
map_page_into_agp
(
page
)
#define
unmap_page_from_agp
(
page
)
#define
flush_agp_mappings
()
#define
flush_agp_cache
()
mb
()
#endif