blob: e4fe76856de9ea9c39ef4c0e37ca299acca1a92f [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0-only */
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002/*
3 * Copyright © 2014 NVIDIA Corporation
4 * Copyright © 2015 Broadcom Corporation
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00005 */
6
7#ifndef __SOC_BRCMSTB_COMMON_H__
8#define __SOC_BRCMSTB_COMMON_H__
9
10bool soc_is_brcmstb(void);
11
12#endif /* __SOC_BRCMSTB_COMMON_H__ */