16 lines
378 B
C
Executable File
16 lines
378 B
C
Executable File
#ifndef _PM_ASSEMBLER_I_H
|
|
#define _PM_ASSEMBLER_I_H
|
|
|
|
/*
|
|
* Copyright (c) 2011-2015 njubie@allwinnertech.com
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms of the GNU General Public License version 2 as published by
|
|
* the Free Software Foundation.
|
|
*/
|
|
#include "pm_def_i.h"
|
|
#include "pm_config.h"
|
|
|
|
#endif /*_PM_ASSEMBLER_I_H*/
|
|
|