Changeset 652 for GPL/branches/uniaud32-next/lib32/regcache-flat.c
- Timestamp:
- Jan 24, 2021, 8:40:08 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-next/lib32/regcache-flat.c
r625 r652 1 /* 2 * Register cache access API - flat caching support 3 * 4 * Copyright 2012 Wolfson Microelectronics plc 5 * 6 * Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 7 * 8 * This program is free software; you can redistribute it and/or modify 9 * it under the terms of the GNU General Public License version 2 as 10 * published by the Free Software Foundation. 11 */ 12 /* from 4.19.163 */ 1 // SPDX-License-Identifier: GPL-2.0 2 // 3 // Register cache access API - flat caching support 4 // 5 // Copyright 2012 Wolfson Microelectronics plc 6 // 7 // Author: Mark Brown <broonie@opensource.wolfsonmicro.com> 8 9 /* from 5.10.10 */ 13 10 14 11 #include <linux/device.h>
Note:
See TracChangeset
for help on using the changeset viewer.