uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
common_header.h
1/* Copyright (C) 2011, 2012 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
5/* Common file for module headers, ie the headers that specify the exports & data structures of a module */
6
7#ifndef COMMON_HEADER_H
8#define COMMON_HEADER_H
9
10#define COMMON_INCLUDED
11
12#include "common/errors.h"
13#include "common/types.h"
14
15#endif
16