⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scatterlist.h

📁 this SRC packet is the headfiles that MIZI vivi bootloader needed when compling
💻 H
字号:
#ifndef _ASMS390X_SCATTERLIST_H#define _ASMS390X_SCATTERLIST_Hstruct scatterlist {    /* This will disappear in 2.5.x */    char *address;    /* These two are only valid if ADDRESS member of this     * struct is NULL.     */    struct page *page;    unsigned int offset;    unsigned int length;};#define ISA_DMA_THRESHOLD (0xffffffffffffffff)#endif /* _ASMS390X_SCATTERLIST_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -