lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame^] | 1 | /************************************************************************
|
| 2 | * *
|
| 3 | * Netcwmp/Opencwmp Project *
|
| 4 | * A software client for enabling TR-069 in embedded devices (CPE). *
|
| 5 | * *
|
| 6 | * Copyright (C) 2013-2014 netcwmp.netcwmp group *
|
| 7 | * *
|
| 8 | * This program is free software; you can redistribute it and/or *
|
| 9 | * modify it under the terms of the GNU General Public License *
|
| 10 | * as published by the Free Software Foundation; either version 2 *
|
| 11 | * of the License, or (at your option) any later version. *
|
| 12 | * *
|
| 13 | * This program is distributed in the hope that it will be useful, *
|
| 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of *
|
| 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
|
| 16 | * GNU General Public License for more details. *
|
| 17 | * *
|
| 18 | * You should have received a copy of the GNU Lesser General Public *
|
| 19 | * License along with this library; if not, write to the *
|
| 20 | * Free Software Foundation, Inc., 59 Temple Place, Suite 330, *
|
| 21 | * Boston, MA 02111-1307 USA *
|
| 22 | * *
|
| 23 | * Copyright 2013-2014 Mr.x() <netcwmp@gmail.com> *
|
| 24 | * *
|
| 25 | ***********************************************************************/
|
| 26 |
|
| 27 | #ifndef __CWMPD_H__
|
| 28 | #define __CWMPD_H__
|
| 29 |
|
| 30 |
|
| 31 | #include "cwmp_module.h"
|
| 32 | #include "cwmp_process.h"
|
| 33 | #include "cwmp_thread.h"
|
| 34 |
|
| 35 |
|
| 36 |
|
| 37 |
|
| 38 | #endif
|