OpenCores
URL https://opencores.org/ocsvn/c0or1k/c0or1k/trunk

Subversion Repositories c0or1k

[/] [c0or1k/] [trunk/] [conts/] [posix/] [mm0/] [include/] [clone.h] - Blame information for rev 2

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 2 drasko
#ifndef __CLONE_H__
2
#define __CLONE_H__
3
 
4
/* Linux clone() system call flags */
5
#define CLONE_VM        0x100
6
#define CLONE_FS        0x200
7
#define CLONE_FILES     0x400
8
#define CLONE_SIGHAND   0x800
9
#define CLONE_VFORK     0x4000
10
#define CLONE_PARENT    0x8000
11
#define CLONE_THREAD    0x10000
12
#define CLONE_NEWNS     0x20000
13
#define CLONE_STOPPED   0x2000000
14
 
15
#endif /* __CLONE_H__ */
16
 
17
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.