15 lines
272 B
C
15 lines
272 B
C
|
/*
|
||
|
* SPDX-License-Identifier: Apache-2.0
|
||
|
* Copyright (c) 2020 Nordic Semiconductor
|
||
|
*
|
||
|
* Not a generated file. Feel free to modify.
|
||
|
*/
|
||
|
|
||
|
#ifndef DEVICETREE_H
|
||
|
#define DEVICETREE_H
|
||
|
|
||
|
#include <devicetree_unfixed.h>
|
||
|
#include <devicetree_fixups.h>
|
||
|
|
||
|
#endif /* DEVICETREE_H */
|