summaryrefslogtreecommitdiff
path: root/lib/physmem.h
blob: e0411c58c41faa87280ad02cb1342fc6eb67976c (plain)
1
2
3
4
5
6
7
#ifndef PHYSMEM_H_
# define PHYSMEM_H_ 1

double physmem_total (void);
double physmem_available (void);

#endif /* PHYSMEM_H_ */