summaryrefslogtreecommitdiffstats
path: root/arch/x86/io/GlobalObj.h
blob: 72c6b063d97c3739c7e58ced005730f54c476323 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef GLOBALOBJ_H
#define GLOBALOBJ_H

#include "VGADisplay.h"

extern VGADisplay display;

#endif