Changeset 97c7682 in mainline for kernel/generic/include/console/prompt.h
- Timestamp:
- 2012-07-14T11:18:40Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 804d9b6
- Parents:
- 0747468 (diff), f0348c8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 moved
-
kernel/generic/include/console/prompt.h (moved) (moved from uspace/lib/net/include/icmp_client.h ) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/console/prompt.h
r0747468 r97c7682 1 1 /* 2 * Copyright (c) 20 09 Lukas Mejdrech2 * Copyright (c) 2012 Vojtech Horky 3 3 * All rights reserved. 4 4 * … … 27 27 */ 28 28 29 /** @addtogroup libnet29 /** @addtogroup genericconsole 30 30 * @{ 31 31 */ 32 33 32 /** @file 34 * ICMP client interface.35 33 */ 36 34 37 #ifndef LIBNET_ICMP_CLIENT_H_38 #define LIBNET_ICMP_CLIENT_H_35 #ifndef KERN_CONSOLE_PROMPT_H_ 36 #define KERN_CONSOLE_PROMPT_H_ 39 37 40 #include <net/icmp_codes.h> 41 #include <net/packet.h> 38 #include <console/chardev.h> 42 39 43 extern int icmp_client_process_packet(packet_t *, icmp_type_t *, icmp_code_t *, 44 icmp_param_t *, icmp_param_t *); 45 extern size_t icmp_client_header_length(packet_t *); 40 #define MAX_TAB_HINTS 37 41 42 extern bool console_prompt_display_all_hints(indev_t *, size_t); 43 extern bool console_prompt_more_hints(indev_t *, size_t *); 46 44 47 45 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
