Skip to content
Snippets Groups Projects
Commit a0d1be1c authored by Aurelio Colosimo's avatar Aurelio Colosimo Committed by Alessandro Rubini
Browse files

monitor/monitor_ppsi.c: currently empty


This is a placeholder for ppsi, filled by later patches

Signed-off-by: default avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
Acked-by: default avatarAlessandro Rubini <rubini@gnudd.com>
parent 784cd7b3
Branches
Tags
No related merge requests found
/*
* This work is part of the White Rabbit project
*
* Copyright (C) 2011,2012 CERN (www.cern.ch)
* Author: Aurelio Colosimo <aurelio@aureliocolosimo.it>
*
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <inttypes.h>
void wrc_mon_gui(void)
{
/* FIXME stub: everything to be done, see monitor.c */
}
int wrc_log_stats(uint8_t onetime)
{
/* FIXME stub: everything to be done, see monitor.c */
return 0;
}
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