Removed unneeded includes of ktypes.h.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10036 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -5,9 +5,11 @@
|
|||||||
#ifndef _KERNEL_ARCH_x86_CPU_H
|
#ifndef _KERNEL_ARCH_x86_CPU_H
|
||||||
#define _KERNEL_ARCH_x86_CPU_H
|
#define _KERNEL_ARCH_x86_CPU_H
|
||||||
|
|
||||||
#include <ktypes.h>
|
|
||||||
|
#include <SupportDefs.h>
|
||||||
#include <arch/x86/descriptors.h>
|
#include <arch/x86/descriptors.h>
|
||||||
|
|
||||||
|
|
||||||
struct tss {
|
struct tss {
|
||||||
uint16 prev_task;
|
uint16 prev_task;
|
||||||
uint16 unused0;
|
uint16 unused0;
|
||||||
|
|||||||
@@ -5,8 +5,10 @@
|
|||||||
#ifndef _STAGE2_PRIV_H
|
#ifndef _STAGE2_PRIV_H
|
||||||
#define _STAGE2_PRIV_H
|
#define _STAGE2_PRIV_H
|
||||||
|
|
||||||
|
|
||||||
|
#include <SupportDefs.h>
|
||||||
#include <boot/stage2.h>
|
#include <boot/stage2.h>
|
||||||
#include <ktypes.h>
|
|
||||||
|
|
||||||
extern void clearscreen(void);
|
extern void clearscreen(void);
|
||||||
extern void kputs(const char *str);
|
extern void kputs(const char *str);
|
||||||
|
|||||||
@@ -5,7 +5,9 @@
|
|||||||
#ifndef _STAGE2_VESA_H
|
#ifndef _STAGE2_VESA_H
|
||||||
#define _STAGE2_VESA_H
|
#define _STAGE2_VESA_H
|
||||||
|
|
||||||
#include <ktypes.h>
|
|
||||||
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
|
||||||
struct VBEInfoBlock {
|
struct VBEInfoBlock {
|
||||||
char signature[4]; // should be 'VESA'
|
char signature[4]; // should be 'VESA'
|
||||||
|
|||||||
Reference in New Issue
Block a user