diff options
| author | Patrick Mochel <mochel@osdl.org> | 2003-01-06 23:30:45 -0600 |
|---|---|---|
| committer | Patrick Mochel <mochel@osdl.org> | 2003-01-06 23:30:45 -0600 |
| commit | a34aca8a2ee295cc711418518f1d8c9fe099833d (patch) | |
| tree | 78cc306e851e1c6f340cc6c235c97c23bbad928e /include/linux/kernel.h | |
| parent | 199578c4252ac04f55cc4463a0eefe0c9c1a1ff3 (diff) | |
| parent | ae4d98378f651581ece95d133fd65a811e5bb8d5 (diff) | |
Merge bk://linux.bkbits.net/linux-2.5
into osdl.org:/home/mochel/src/kernel/devel/linux-2.5-virgin
Diffstat (limited to 'include/linux/kernel.h')
| -rw-r--r-- | include/linux/kernel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index e6b95f3bb173..7eedbb751856 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h @@ -84,6 +84,7 @@ extern unsigned long long memparse(char *ptr, char **retptr); extern void dev_probe_lock(void); extern void dev_probe_unlock(void); +extern int kernel_text_address(unsigned long addr); extern int session_of_pgrp(int pgrp); asmlinkage int printk(const char * fmt, ...) |
