Chameleon

Chameleon Svn Source Tree

Root/branches/ErmaC/Enoch/i386/libsaio/gfx_helper.h

1/*
2 * Copyright (c) 2012 cparm <armelcadetpetit@gmail.com>. All rights reserved.
3 *
4 */
5
6#ifndef __LIBSAIO_GFX_HELPER_H
7#define __LIBSAIO_GFX_HELPER_H
8
9typedef struct cardList_t
10{
11char*model;
12uint32_tid;
13uint32_tsubid;
14uint64_tvideoRam;
15struct cardList_t*next;
16} cardList_t;
17
18void add_card(char *model, uint32_t id, uint32_t subid, uint64_t videoRam);
19void fill_card_list(void);
20cardList_t *FindCardWithIds(uint32_t id, uint32_t subid);
21
22#endif //__LIBSAIO_GFX_HELPER_H
23

Archive Download this file

Revision: HEAD