aboutsummaryrefslogtreecommitdiffstats
path: root/src/csm.h
blob: 997e3f797aa116c04320b5b2d34fc1f60c9c33b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef __CSM_H
#define __CSM_H

#include "types.h"

#define UINT8 u8
#define UINT16 u16
#define UINT32 u32

// csm.c
struct pci_device;
int csm_bootprio_fdc(struct pci_device *pci, int port, int fdid);
int csm_bootprio_ata(struct pci_device *pci, int chanid, int slave);
int csm_bootprio_pci(struct pci_device *pci);

#include "LegacyBios.h"

#endif // __CSM_H