uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
common_asm.h
1/* Copyright (C) 2011, 2012, 2013 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
5/* Common file for ASM files. */
6
7#ifndef COMMON_ASM_H
8#define COMMON_ASM_H
9
10#define COMMON_INCLUDED
11
12#include "common/common.S"
13#include "common/errors.h"
14#include "common/hardware.h"
15
16#endif
17