mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
13 lines
399 B
C
13 lines
399 B
C
|
/*
|
||
|
* CLPS711X common devices definitions
|
||
|
*
|
||
|
* Copyright (C) 2013 Alexander Shiyan <shc_work@mail.ru>
|
||
|
*
|
||
|
* 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; either version 2 of the License, or
|
||
|
* (at your option) any later version.
|
||
|
*/
|
||
|
|
||
|
void clps711x_devices_init(void);
|