1570af302Sopenharmony_ci#ifndef _SYS_USER_H 2570af302Sopenharmony_ci#define _SYS_USER_H 3570af302Sopenharmony_ci#ifdef __cplusplus 4570af302Sopenharmony_ciextern "C" { 5570af302Sopenharmony_ci#endif 6570af302Sopenharmony_ci 7570af302Sopenharmony_ci#include <limits.h> 8570af302Sopenharmony_ci#include <stdint.h> 9570af302Sopenharmony_ci#include <unistd.h> 10570af302Sopenharmony_ci 11570af302Sopenharmony_ci#include <bits/user.h> 12570af302Sopenharmony_ci 13570af302Sopenharmony_ci#ifdef __cplusplus 14570af302Sopenharmony_ci} 15570af302Sopenharmony_ci#endif 16570af302Sopenharmony_ci#endif 17