about summary refs log tree commit diff
path: root/lib/util/nsleep.h
blob: fdf45ab7f7a8fc1521830af59b1687efe1126fec (plain) (blame)
1
2
3
4
5
6
7
#ifndef NSLEEP_H_INCLUDED
#define NSLEEP_H_INCLUDED

void
pm_sleep(unsigned int const milliseconds);

#endif