Home | History | Annotate | Download | only in sys
      1 /*
      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
     12 extern "C"{
     13 #endif
     14 
     15 typedef pid_t lwpid_t;
     16 typedef void *psaddr_t;
     17 
     18 #ifdef __cplusplus
     19 }
     20 #endif
     21 
     22 #endif
     23