1#ifndef __PMAP_WAKEUP_H__
2#define __PMAP_WAKEUP_H__
3
4int pmap_wakeup(void);
5
6#endif
7