1 2 3 4 5 6 7 8 9 10 11 12 13 14
/* SPDX-License-Identifier: GPL-2.0 */ /* * Copyright (c) 2010-2013, NVIDIA CORPORATION. All rights reserved. */ #ifndef __CONFIG_H #define __CONFIG_H #include <linux/sizes.h> #include "tegra114-common.h" #include "tegra-common-post.h" #endif /* __CONFIG_H */