Chameleon

Chameleon Svn Source Tree

Root/branches/cparm/i386/modules/HPET/hpet.h

1/*
2 *
3 */
4
5#ifndef __LIBSAIO_HPET_H
6#define __LIBSAIO_HPET_H
7
8#include "libsaio.h"
9
10#define REG32(base, reg) ((volatile uint32_t *)base)[(reg) >> 2]
11#define kForceHPET"ForceHPET"
12
13void force_enable_hpet(pci_dt_t *lpc_dev);
14
15struct lpc_controller_t {
16unsigned vendor;
17unsigned device;
18char *name;
19};
20
21#endif /* !__LIBSAIO_HPET_H */
22

Archive Download this file

Revision: 789