Commit 6935f1ec authored by Tomasz Wlostowski's avatar Tomasz Wlostowski Committed by Alessandro Rubini

libswitchhw: added prototypes for the PPS generator functions

parent 5011e937
/* PPS Generator driver */
#ifndef __PPS_GEN_H
#define __PPS_GEN_H
#include <stdio.h>
#include <inttypes.h>
int shw_pps_gen_init();
int shw_pps_gen_adjust_nsec(int32_t how_much);
int shw_pps_gen_adjust_utc(int64_t how_much);
int shw_pps_gen_busy();
int shw_pps_gen_sync_external_pps();
#endif
......@@ -9,6 +9,7 @@
#include "fpgaboot.h"
#include "hpll.h"
#include "watchdog.h"
#include "pps_gen.h"
int shw_init();
......
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