mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
[console] Move putchar() and getchar() declarations to stdio.h
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
#include <ipxe/eisa.h>
|
||||
#include <ipxe/isa.h>
|
||||
#include <ipxe/console.h>
|
||||
#include "3c509.h"
|
||||
|
||||
/*
|
||||
|
||||
@@ -92,7 +92,6 @@ FILE_LICENCE ( GPL2_ONLY );
|
||||
#include "etherboot.h"
|
||||
#include "nic.h"
|
||||
#include <ipxe/isa.h>
|
||||
#include <ipxe/console.h>
|
||||
#include "cs89x0.h"
|
||||
|
||||
static unsigned short eth_nic_base;
|
||||
|
||||
@@ -240,7 +240,6 @@ FILE_LICENCE ( GPL_ANY );
|
||||
#include "etherboot.h"
|
||||
#include "nic.h"
|
||||
#include <ipxe/isa.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/ethernet.h>
|
||||
|
||||
/*
|
||||
|
||||
@@ -10,7 +10,6 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
#include <ipxe/pci.h>
|
||||
#include <ipxe/ethernet.h>
|
||||
#include "nic.h"
|
||||
#include <ipxe/console.h>
|
||||
#include "epic100.h"
|
||||
|
||||
/* Condensed operations for readability */
|
||||
|
||||
@@ -20,11 +20,11 @@ FILE_LICENCE ( GPL_ANY );
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <assert.h>
|
||||
#include <byteswap.h>
|
||||
#include <ipxe/console.h>
|
||||
#include <ipxe/io.h>
|
||||
#include <ipxe/pci.h>
|
||||
#include <ipxe/malloc.h>
|
||||
|
||||
Reference in New Issue
Block a user