Commit a0d1be1c authored by Aurelio Colosimo's avatar Aurelio Colosimo Committed by Alessandro Rubini

monitor/monitor_ppsi.c: currently empty

This is a placeholder for ppsi, filled by later patches
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
Acked-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 784cd7b3
/*
* 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;
}
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