mirror of
https://github.com/torvalds/linux.git
synced 2024-11-16 17:12:06 +00:00
e1098e5915
Adopt the SPDX license identifier headers to ease license compliance management. Cc: Simon Arlott <simon@arlott.org> Cc: Stephen Warren <swarren@wwwdotorg.org> Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Reviewed-by: Eric Anholt <eric@anholt.net> Signed-off-by: Stephen Boyd <sboyd@kernel.org>
10 lines
227 B
C
10 lines
227 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2015 Broadcom Corporation
|
|
*/
|
|
|
|
#define BCM2835_AUX_CLOCK_UART 0
|
|
#define BCM2835_AUX_CLOCK_SPI1 1
|
|
#define BCM2835_AUX_CLOCK_SPI2 2
|
|
#define BCM2835_AUX_CLOCK_COUNT 3
|