util/inteltool: Use tabs for indents
Change-Id: I9d27c276053c51021166f4b22d150060e415d08f Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/17025 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
This commit is contained in:
committed by
Martin Roth
parent
124a368702
commit
9450150892
@@ -44,9 +44,9 @@ static inline uint8_t inb(unsigned port)
|
||||
}
|
||||
static inline uint16_t inw(unsigned port)
|
||||
{
|
||||
uint16_t data;
|
||||
__asm volatile("inw %w1,%0": "=a" (data) : "d" (port));
|
||||
return data;
|
||||
uint16_t data;
|
||||
__asm volatile("inw %w1,%0": "=a" (data) : "d" (port));
|
||||
return data;
|
||||
}
|
||||
static inline uint32_t inl(unsigned port)
|
||||
{
|
||||
|
Reference in New Issue
Block a user