Virtual EEPROM implementation moved over to virtual device
Only the virtual device knows about the size of its EEPROM storage. Including device headers in the virtual core is not intended (and technical not possible). Signed-off-by: Florian Fleissner <florian.fleissner@inpartik.de>
This commit is contained in:
parent
638306d7b3
commit
fb9b1bdff9
@ -1,22 +0,0 @@
|
||||
/* -*- mode: c++ -*-
|
||||
* Kaleidoscope
|
||||
*
|
||||
* 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 3 of the License, or
|
||||
* (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||