.. | .. |
---|
8 | 8 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
---|
9 | 9 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
---|
10 | 10 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
---|
| 11 | + * Copyright (C) 2018 Intel Corporation |
---|
11 | 12 | * |
---|
12 | 13 | * This program is free software; you can redistribute it and/or modify |
---|
13 | 14 | * it under the terms of version 2 of the GNU General Public License as |
---|
.. | .. |
---|
17 | 18 | * WITHOUT ANY WARRANTY; without even the implied warranty of |
---|
18 | 19 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
19 | 20 | * General Public License for more details. |
---|
20 | | - * |
---|
21 | | - * You should have received a copy of the GNU General Public License |
---|
22 | | - * along with this program; if not, write to the Free Software |
---|
23 | | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
---|
24 | | - * USA |
---|
25 | 21 | * |
---|
26 | 22 | * The full GNU General Public License is included in this distribution |
---|
27 | 23 | * in the file called COPYING. |
---|
.. | .. |
---|
35 | 31 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
---|
36 | 32 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
---|
37 | 33 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
---|
| 34 | + * Copyright (C) 2018 Intel Corporation |
---|
38 | 35 | * All rights reserved. |
---|
39 | 36 | * |
---|
40 | 37 | * Redistribution and use in source and binary forms, with or without |
---|
.. | .. |
---|
76 | 73 | #include "fw/api/datapath.h" |
---|
77 | 74 | #include "fw/api/phy.h" |
---|
78 | 75 | #include "fw/api/config.h" |
---|
| 76 | +#include "fw/api/soc.h" |
---|
79 | 77 | #include "fw/api/alive.h" |
---|
80 | 78 | #include "fw/api/binding.h" |
---|
81 | 79 | #include "fw/api/cmdhdr.h" |
---|
.. | .. |
---|
94 | 92 | #include "fw/api/sf.h" |
---|
95 | 93 | #include "fw/api/sta.h" |
---|
96 | 94 | #include "fw/api/stats.h" |
---|
97 | | -#include "fw/api/tof.h" |
---|
| 95 | +#include "fw/api/location.h" |
---|
98 | 96 | #include "fw/api/tx.h" |
---|
99 | 97 | |
---|
100 | 98 | #endif /* __fw_api_h__ */ |
---|