1f08c3bdfSopenharmony_ci#ifndef MEMINFO_H 2f08c3bdfSopenharmony_ci# define MEMINFO_H 3f08c3bdfSopenharmony_ci 4f08c3bdfSopenharmony_ciextern int nmems; 5f08c3bdfSopenharmony_ciextern int mems_nbits; 6f08c3bdfSopenharmony_ci 7f08c3bdfSopenharmony_ciextern int online_memmask(struct bitmask *memmask); 8f08c3bdfSopenharmony_ciextern int present_memmask(struct bitmask *memmask); 9f08c3bdfSopenharmony_ciextern int get_nmems(void); 10f08c3bdfSopenharmony_ci 11f08c3bdfSopenharmony_ci#endif 12