add memset asm code
[ti-x.git] / src / demo / prefix.h
blob16552b79ac2dc0d21134ccfe5cbfdc060a04e0cd
1 /* the ti-x embed operation system
2 *
3 * it is free software; you can redistribute it and/or modify
4 * it under the terms of the GNU General Public License as published by
5 * the Free Software Foundation; either version 2 of the License, or
6 * (at your option) any later version.
7 *
8 * it is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 * GNU General Public License for more details.
13 * You should have received a copy of the GNU General Public License
14 * along with it; If not, see <a href="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</a>
16 * Copyright (C) 2009, Ruki All rights reserved.
17 * Home: <a href="http://www.xxx.org">http://www.xxx.org</a>
19 * \author ruki
20 * \date 09.11.21
21 * \file prefix.h
22 * \brief the prefix file of demo
25 #ifndef TI_DEMO_PREFIX_H
26 #define TI_DEMO_PREFIX_H
28 /* ////////////////////////////////////////////////////////////////////////
29 * includes
32 #include "../prefix.h"
34 #endif