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

📄 swap_constants.h

📁 Util-linux 软件包包含许多工具。其中比较重要的是加载、卸载、格式化、分区和管理硬盘驱动器
💻 H
字号:
/* * It is too painful to get these out of <linux/swap.h> * (which again requires <asm/page.h> etc). * These exist since Linux 1.3.2. */#ifndef SWAP_FLAG_PREFER#define SWAP_FLAG_PREFER	0x8000	/* set if swap priority specified */#endif#ifndef SWAP_FLAG_PRIO_MASK#define SWAP_FLAG_PRIO_MASK	0x7fff#endif#ifndef SWAP_FLAG_PRIO_SHIFT#define SWAP_FLAG_PRIO_SHIFT	0#endif

⌨️ 快捷键说明

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