mirror of
https://github.com/joel16/uofw.git
synced 2024-11-23 19:49:58 +00:00
17 lines
281 B
C
17 lines
281 B
C
/* Copyright (C) 2011, 2012, 2013 The uOFW team
|
|
See the file COPYING for copying permission.
|
|
*/
|
|
|
|
/* Common file for ASM files. */
|
|
|
|
#ifndef COMMON_ASM_H
|
|
#define COMMON_ASM_H
|
|
|
|
#define COMMON_INCLUDED
|
|
|
|
#include "common/common.S"
|
|
#include "common/errors.h"
|
|
|
|
#endif
|
|
|