X-Git-Url: http://git.annexia.org/?p=virt-mem.git;a=blobdiff_plain;f=lib%2Fvirt_mem_ksyms.mli;h=f9a53d23b08ca5b0d88ce7183814b257cae5bd1d;hp=fb00bb306f8138a0692b0b7b7f7c286edabe3dab;hb=2e1de51e35bea53ebece1a6fd6d6970534f4cbe9;hpb=89d41f7614612cf991d6005e7c1e20cd502a5404;ds=sidebyside diff --git a/lib/virt_mem_ksyms.mli b/lib/virt_mem_ksyms.mli index fb00bb3..f9a53d2 100644 --- a/lib/virt_mem_ksyms.mli +++ b/lib/virt_mem_ksyms.mli @@ -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. *)