about summary refs log blame commit diff stats
path: root/tools/iso/kernel.soso/framebuffer.h
blob: 0606712adf35c75c494aa26551d52d667388f04c (plain) (tree)
1
2
3
4
5
6




                     
                        







                                                               
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H

#include "common.h"

enum EnFrameBuferIoctl {
    FB_GET_WIDTH,
    FB_GET_HEIGHT,
    FB_GET_BITSPERPIXEL
};

void initializeFrameBuffer(uint8* p_address, uint8* v_address);

#endif // FRAMEBUFFER_H