Skip to content
Snippets Groups Projects
Commit e54094f2 authored by Simon Glass's avatar Simon Glass
Browse files

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: default avatarSimon Glass <sjg@chromium.org>
parent 709e98b7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment