7 lines
80 B
C
7 lines
80 B
C
|
#ifndef K_MESSAGES_H
|
||
|
#define K_MESSAGES_H
|
||
|
|
||
|
void* get_paddr(void* addr);
|
||
|
|
||
|
#endif
|