diff --git a/src/kernel/libroot/os/image.c b/src/kernel/libroot/os/image.c index 5ca4344fa0..a420128126 100644 --- a/src/kernel/libroot/os/image.c +++ b/src/kernel/libroot/os/image.c @@ -1,7 +1,7 @@ -/* -** Copyright 2003-2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the Haiku License. -*/ +/* + * Copyright 2003-2005, Axel Dörfler, axeld@pinc-software.de. All rights reserved. + * Distributed under the terms of the MIT License. + */ #include @@ -75,6 +75,16 @@ _get_next_image_info(team_id team, int32 *cookie, image_info *info, size_t infoS } +void +clear_caches(void *address, size_t length, uint32 flags) +{ + _kern_clear_caches(address, length, flags); +} + + +// #pragma mark - + + void __init_image(const struct uspace_program_args *args) {