blob: 0ae7a0bd9750f845c3a2ac297c1c45028ad91797 [file] [log] [blame]
Bruce Bearef6ccc152011-01-27 10:26:30 -08001/*
2 * Copyright 2006 The Android Open Source Project
3 */
4
5#ifndef _SYS_PROCFS_H
6#define _SYS_PROCFS_H
7
8#include <sys/types.h>
9
10
11#ifdef __cplusplus
12extern "C"{
13#endif
14
15typedef pid_t lwpid_t;
16typedef void *psaddr_t;
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif