Commit a70d5ee8 authored by Alessandro Rubini's avatar Alessandro Rubini

arch-bare-x86-64: rename header (no technical change)

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 218402d9
......@@ -3,7 +3,7 @@
*/
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include "bare-linux.h"
#include "bare-x86-64.h"
const Integer32 PP_ADJ_FREQ_MAX = 512000;
......
......@@ -5,7 +5,7 @@
/* Socket interface for bare Linux */
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include "bare-linux.h"
#include "bare-x86-64.h"
/* 14 is ppi->proto_ofst for ethernet mode */
Octet buffer_out[PP_PACKET_SIZE + 14];
......
......@@ -8,7 +8,7 @@
*/
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include "bare-linux.h"
#include "bare-x86-64.h"
void ppsi_clear_bss(void)
......
#include <ppsi/ppsi.h>
#include <ppsi/diag.h>
#include "bare-linux.h"
#include "bare-x86-64.h"
#include <unistd.h>
static struct pp_timer bare_timers[PP_TIMER_ARRAY_SIZE];
......
......@@ -7,7 +7,7 @@
* This is the main loop for "freestanding" stuff under Linux.
*/
#include <ppsi/ppsi.h>
#include "bare-linux.h"
#include "bare-x86-64.h"
/* Define other hackish stuff */
struct bare_fd_set {
......
......@@ -32,7 +32,7 @@ int __syscall_error(void)
#include <linux/unistd.h>
#include <ppsi/ppsi.h>
#include "bare-linux.h"
#include "bare-x86-64.h"
/*
* We depends on syscall.S that does the register passing
......
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