Rtos API example
Embed:
(wiki syntax)
Show/hide line numbers
ip6tos_stub.h
00001 /* 00002 * Copyright (c) 2016 ARM Limited. All rights reserved. 00003 */ 00004 #ifndef MBED_TRACE_TEST_STUBS_IP6STRING_H_ 00005 #define MBED_TRACE_TEST_STUBS_IP6STRING_H_ 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00010 #include <inttypes.h> 00011 00012 typedef struct { 00013 const char *output_string; 00014 uint8_t input_array[16]; 00015 } ip6tos_stub_def_t; 00016 00017 extern ip6tos_stub_def_t ip6tos_stub; 00018 00019 #ifdef __cplusplus 00020 } 00021 #endif 00022 #endif /* MBED_TRACE_TEST_STUBS_IP6STRING_H_ */
Generated on Sun Jul 17 2022 08:25:23 by
1.7.2