agp.h 277 B

1234567891011
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef _ASM_GENERIC_AGP_H
  3. #define _ASM_GENERIC_AGP_H
  4. #include <asm/io.h>
  5. #define map_page_into_agp(page) do {} while (0)
  6. #define unmap_page_from_agp(page) do {} while (0)
  7. #define flush_agp_cache() mb()
  8. #endif /* _ASM_GENERIC_AGP_H */