mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-04 08:17:46 +00:00
14 lines
218 B
C
14 lines
218 B
C
![]() |
#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
|