mirror of
https://xff.cz/git/u-boot/
synced 2025-10-15 15:01:32 +02:00
x86: Add defines for ins/outs functions
Add defines for {in,out}s{b,w,l}() functions to make sure that they will be used by asm-generic/io.h Signed-off-by: Igor Prusov <ivprusov@salutedevices.com>
This commit is contained in:
@@ -202,10 +202,16 @@ __OUT(l,,int)
|
||||
__INS(b)
|
||||
__INS(w)
|
||||
__INS(l)
|
||||
#define insb insb
|
||||
#define insw insw
|
||||
#define insl insl
|
||||
|
||||
__OUTS(b)
|
||||
__OUTS(w)
|
||||
__OUTS(l)
|
||||
#define outsb outsb
|
||||
#define outsw outsw
|
||||
#define outsl outsl
|
||||
|
||||
/* IO space accessors */
|
||||
#define clrio(type, addr, clear) \
|
||||
|
Reference in New Issue
Block a user