9 lines
133 B
C
9 lines
133 B
C
|
/* Use the soc/tegra/chip-id.h */
|
||
|
|
||
|
#ifndef __LINUX_TEGRA_SOC_H_
|
||
|
#define __LINUX_TEGRA_SOC_H_
|
||
|
|
||
|
#include <soc/tegra/chip-id.h>
|
||
|
|
||
|
#endif
|