⛏️ index : haiku.git

/*
 * Copyright 2004, Axel DΓΆrfler, axeld@pinc-software.de. All rights reserved.
 * Distributed under the terms of the MIT License.
 */
#ifndef _SYSTEM_SYSCALL_PROCESS_INFO_H
#define _SYSTEM_SYSCALL_PROCESS_INFO_H


enum which_process_info {
	SESSION_ID = 1,
	GROUP_ID,
	PARENT_ID,
};


#endif	/* _SYSTEM_SYSCALL_PROCESS_INFO_H */