summaryrefslogtreecommitdiffstats
path: root/loader/windows.h
blob: 93b38b2c08374eb9bb34ebb82dc027060f4a2706 (plain)
1
2
3
4
5
6
7
#ifndef _WINDOWS_H_
#define _WINDOWS_H_

void winStatus(int width, int height, char * title, char * text, ...);
void scsiWindow(const char * driver);

#endif /* _WINDOWS_H_ */