Commit 61708d1d authored by Alessandro Rubini's avatar Alessandro Rubini

include util.h from wrc.h (preparing next commit)

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 53a7289b
......@@ -15,6 +15,7 @@
#include <inttypes.h>
#include <syscon.h>
#include <pp-printf.h>
#include <util.h>
#define vprintf pp_vprintf
#define sprintf pp_sprintf
......
......@@ -12,8 +12,6 @@
#include <time.h>
#include <wrc.h>
#include "util.h"
/* cut from libc sources */
#define YEAR0 1900
......
......@@ -18,7 +18,6 @@
#include <syscon.h>
#include <pps_gen.h>
#include <onewire.h>
#include <util.h>
#include "wrc_ptp.h"
#include "hal_exports.h"
#include "lib/ipv4.h"
......
......@@ -14,7 +14,6 @@
#include <errno.h>
#include <wrc.h>
#include "util.h"
#include "uart.h"
#include "syscon.h"
#include "shell.h"
......
......@@ -13,6 +13,7 @@
#define __SOFTPLL_NG_H
#include <stdint.h>
#include "util.h"
#include "spll_defs.h"
#include "spll_common.h"
#include "spll_debug.h"
......
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