/* SPDX-License-Identifier: GPL-2.0 */ /* * include/linux/mpage.h * * Contains declarations related to preparing and submitting BIOS which contain * multiple pagecache pages. */ #ifndef _LINUX_MPAGE_H #define _LINUX_MPAGE_H /* Stub for linux/mpage.h - U-Boot doesn't support multi-page I/O */ #endif /* _LINUX_MPAGE_H */