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 _ASM_SWIOTLB_H
|
|
#define _ASM_SWIOTLB_H 1
|
|
|
|
#include <asm/machvec.h>
|
|
|
|
#define SWIOTLB_ARCH_NEED_LATE_INIT
|
|
#define SWIOTLB_ARCH_NEED_ALLOC
|
|
|
|
#endif /* _ASM_SWIOTLB_H */
|
|
|