blob: b8b8b3fa350d4d49911270d1f1fb983db587d0ef (
plain)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright (C) 2017 Stefan Wahren <stefan.wahren@i2se.com>
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation version 2.
*
*/
extern const struct smp_operations bcm2836_smp_ops;
|