You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
218 B
14 lines
218 B
20 years ago
|
#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
|