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.
|
#ifndef AGP_H
|
|
#define AGP_H 1
|
|
|
|
#include <asm/io.h>
|
|
|
|
/* dummy for now */
|
|
|
|
#define map_page_into_agp(page)
|
|
#define unmap_page_from_agp(page)
|
|
#define flush_agp_mappings()
|
|
#define flush_agp_cache() mb()
|
|
|
|
#endif
|
|
|