commit | e54094f2f9e812ae7b0d2ab2353ca11c0502849a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun May 01 11:35:54 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 17 09:54:43 2016 -0600 |
tree | fc8857496a4403204d8cdd6f65c400bd11fcecf9 | |
parent | 709e98b7b2461c2535d4ac2bb0311c3b3f53dbbb [diff] |
sandbox: Add string and 16-bit I/O functions Add outsw() and insw() functions for sandbox, as these are needed by the IDE code. The functions will not do anything useful if called, but allow the code to be compiled. Also add out16() and in16(), required by systemace. Signed-off-by: Simon Glass <sjg@chromium.org>