[CPORTLIB] Remove any usage of debug.h since this lib implements the support for said debugging output.

This commit is contained in:
Hermès Bélusca-Maïto 2022-01-11 22:41:52 +01:00
parent 9a523c8135
commit c1a8dce23c
No known key found for this signature in database
GPG key ID: 3B2539C65E7B93D0
2 changed files with 2 additions and 9 deletions

View file

@ -30,14 +30,11 @@
/* INCLUDES *******************************************************************/
#include <cportlib/cportlib.h>
#include <drivers/serial/ns16550.h>
#include <intrin.h>
#include <ioaccess.h>
#include <ntstatus.h>
#define NDEBUG
#include <debug.h>
#include <cportlib/cportlib.h>
#include <drivers/serial/ns16550.h>
/* GLOBALS ********************************************************************/

View file

@ -12,16 +12,12 @@
#include <intrin.h>
#include <ioaccess.h>
#include <ntstatus.h>
#include <ntstatus.h>
#include <cportlib/cportlib.h>
#include <drivers/pc98/serial.h>
#include <drivers/pc98/sysport.h>
#include <drivers/pc98/pit.h>
#include <drivers/pc98/cpu.h>
#define NDEBUG
#include <debug.h>
/* GLOBALS ********************************************************************/
#define TIMEOUT_COUNT 1024 * 200