9 lines
148 B
C
9 lines
148 B
C
#ifndef __DESERIALIZE_H__
|
|
#define __DESERIALIZE_H__
|
|
|
|
#include <stdint.h>
|
|
|
|
void deserialize_Layer(const uint8_t *data, uint8_t targetLayer);
|
|
|
|
#endif
|