os/libc/k_messages.h
2019-02-25 15:42:23 -06:00

7 lines
80 B
C

#ifndef K_MESSAGES_H
#define K_MESSAGES_H
void* get_paddr(void* addr);
#endif