summaryrefslogtreecommitdiff
path: root/include/user/paf/lowlayer.h
blob: f92d871bcb4934660394d57b64f2f72cfad52af8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
	Vita Development Suite Libraries
*/

#ifndef _VDSUITE_USER_PAF_LOWLAYER_H
#define _VDSUITE_USER_PAF_LOWLAYER_H

#include <libdeflt.h>
#include <kernel.h>
#include <paf/common.h>

namespace paf {
	namespace lowlayer {

		class Deflt
		{
		public:

			static SceInt32 Decompress(ScePVoid pDst, SceUInt32 uiBufSize, const ScePVoid pSrcDeflate, const ScePVoid *ppNext);
		};

	}
}

#endif /* _VDSUITE_USER_PAF_LOWLAYER_H */