mgh: fix for default HDD DMA mode, that wasn't correctly set
[open-ps2-loader.git] / ee_core / include / smbauth.h
blobeead2bc0e8a683e5cc479e5f5ac9316e3c0ccf5d
1 /*
2 Copyright 2009-2010, Ifcaro, jimmikaelkael & Polo
3 Copyright 2006-2008 Polo
4 Licenced under Academic Free License version 3.0
5 Review Open-Ps2-Loader README & LICENSE files for further details.
7 Some parts of the code are taken from HD Project by Polo
8 */
10 #ifndef SMBAUTH_H
11 #define SMBAUTH_H
13 void start_smbauth_thread(void);
15 #endif /* SMBAUTH */