commit | 1c388919d89ca35741e9c4d3255adf87f76f0c06 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert@linux-m68k.org> | Sat May 07 20:53:16 2011 +0200 |
committer | Geert Uytterhoeven <geert@linux-m68k.org> | Sat Jul 30 21:21:39 2011 +0200 |
tree | 3858d97ce2f91cdf6ec3badafbf66ef058e178a7 | |
parent | 88efd0bbc0fe403a9948e6f94cc48b9f15ee4861 [diff] |
resources: Add lookup_resource() Add a function to find an existing resource by a resource start address. This allows to implement simple allocators (with a malloc/free-alike API) on top of the resource system. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>