source: svn/trunk/newcon3bcm2_21bu/toolchain/mipsel-linux-uclibc/include/linux/binfmts.h @ 2

Last change on this file since 2 was 2, checked in by jglee, 11 years ago

first commit

  • Property svn:executable set to *
File size: 402 bytes
Line 
1#ifndef _LINUX_BINFMTS_H
2#define _LINUX_BINFMTS_H
3
4#include <linux/capability.h>
5
6struct pt_regs;
7
8/*
9 * MAX_ARG_PAGES defines the number of pages allocated for arguments
10 * and envelope for the new program. 32 should suffice, this gives
11 * a maximum env+arg of 128kB w/4KB pages!
12 */
13#define MAX_ARG_PAGES 32
14
15/* sizeof(linux_binprm->buf) */
16#define BINPRM_BUF_SIZE 128
17
18#endif /* _LINUX_BINFMTS_H */
Note: See TracBrowser for help on using the repository browser.