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

📄 binfmts.h

📁 Axis 221 camera embedded programing interface
💻 H
字号:
#ifndef _LINUX_BINFMTS_H#define _LINUX_BINFMTS_H#include <linux/capability.h>struct pt_regs;/* * MAX_ARG_PAGES defines the number of pages allocated for arguments * and envelope for the new program. 32 should suffice, this gives * a maximum env+arg of 128kB w/4KB pages! */#define MAX_ARG_PAGES 32/* sizeof(linux_binprm->buf) */#define BINPRM_BUF_SIZE 128#endif /* _LINUX_BINFMTS_H */

⌨️ 快捷键说明

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