Operating System

Dependencies:   UnitTest wolfssh mDNS wolfcrypt wolfSSL

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers graphicscontext.h Source File

graphicscontext.h

00001 #ifndef __MYOS__COMMON__GRAPHICSCONTEXT_H
00002 #define __MYOS__COMMON__GRAPHICSCONTEXT_H
00003 
00004 #include <drivers/vga.h>
00005 
00006 namespace myos
00007 {
00008     namespace common
00009     {
00010         typedef myos::drivers::VideoGraphicsArray GraphicsContext;
00011     }
00012 }
00013 
00014 #endif