summaryrefslogtreecommitdiff
path: root/fw/fe310/eos/eve/clipb.h
blob: 2d6fae673d3aa84b84e5f955c160b950d4c0d205 (plain)
1
2
3
4
5
6
#include <stdint.h>

#define EVE_CLIPB_SIZE_BUF  256

int eve_clipb_push(uint8_t *str, uint16_t len);
uint8_t *eve_clipb_get(void);