Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
2e34f07ff0c944399a6456e2d91cf0ca1d9a497c
/
.
/
include
/
asm-ppc
/
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