Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / modules / hdd / ps2hdd / misc.h
blob130ca124e717a4abede0a125574715117d697350
1 /*
2 # _____ ___ ____ ___ ____
3 # ____| | ____| | | |____|
4 # | ___| |____ ___| ____| | \ PS2DEV Open Source Project.
5 #-----------------------------------------------------------------------
6 # Copyright 2001-2004, ps2dev - http://www.ps2dev.org
7 # Licenced under Academic Free License version 2.0
8 # Review ps2sdk README & LICENSE files for further details.
10 # $Id: misc.h 577 2004-09-14 14:41:46Z pixel $
13 #ifndef _MISC_H
14 #define _MISC_H
16 ///////////////////////////////////////////////////////////////////////////////
17 // Function declerations
19 int CdReadIlinkID(u8 *id, int *err);// not in ps2lib
21 void *allocMem(int size);
22 int getPs2Time(ps2time *tm);
23 void getPasswordHash(char *id, char *password1, char *password2);
24 int passcmp(char *password1, char *password2);
25 int getIlinkID(u8 *idbuf);
27 #endif /* _MISC_H */