swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 18558cae0272f8fd9647e69d3fec1565a7949865 authored by Linus Torvalds on 14 February 2016, 21:05:20 UTC
Linux 4.5-rc4
Tip revision: 18558ca
common.h
/*
 * Copyright © 2014 NVIDIA Corporation
 * Copyright © 2015 Broadcom Corporation
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __SOC_BRCMSTB_COMMON_H__
#define __SOC_BRCMSTB_COMMON_H__

bool soc_is_brcmstb(void);

#endif /* __SOC_BRCMSTB_COMMON_H__ */
back to top