Extracted kernel structures for device addressing in ifconfig.
[virt-mem.git] / lib / virt_mem_ksyms.mli
index fb00bb3..f9a53d2 100644 (file)
@@ -24,5 +24,6 @@ val common_ksyms : Virt_mem_types.ksym list
 (** The list of "common" kernel symbols which we expect to be present
     in almost any Linux kernel. *)
 
-val find_kernel_symbols : bool -> Virt_mem_types.image0 -> Virt_mem_types.image1
+val find_kernel_symbols : bool -> Virt_mem_types.image ->
+  Virt_mem_types.image * Virt_mem_types.ksymmap option
 (** Find ordinary kernel symbols in a kernel image. *)