blob: 7193d1f59125b9ad3ef4483a16eb2569e3106276 [file] [log] [blame]
/*
* Copyright (c) 2023 Basalte bv
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef __LIB_H_
#define __LIB_H_
#include <proto/simple.pb.h>
/**
* Some sample library function that fills a SimpleMessage struct
*/
void lib_fill_message(SimpleMessage *msg);
#endif