joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ip6tos_stub.h Source File

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_ */