Commit 4ae9de60 authored by Alén Arias Vázquez's avatar Alén Arias Vázquez 😎

added info to the .h

parent 067277e1
......@@ -28,6 +28,7 @@ extern "C" {
#include <sys/stat.h>
#include <sys/mman.h>
#include <errno.h>
#include <stdbool.h>
#include "diot_util.h"
......@@ -71,6 +72,7 @@ extern struct command_entry commands_list_fpga_device[];
/************************** Variable Definitions ******************************/
/************************** Function Prototypes *******************************/
int cmd_fpga (char *params);
int get_fpga_status(bool full_info);
#ifdef __cplusplus
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment