mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
Remove unnecessary trailing newlines
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@6000 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8d32699ade
commit
1d6198c3b0
92 changed files with 0 additions and 103 deletions
|
@ -262,4 +262,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
|
||||
#define TARGET_TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */
|
||||
#define TARGET_TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */
|
||||
|
||||
|
|
|
@ -241,4 +241,3 @@ unsigned int EmulateAll1(unsigned int opcode)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
|
@ -214,4 +214,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -34,4 +34,3 @@ struct target_pt_regs {
|
|||
unsigned long exs;
|
||||
unsigned long eda;
|
||||
};
|
||||
|
||||
|
|
|
@ -211,4 +211,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -139,4 +139,3 @@
|
|||
/* for robust mutexes */
|
||||
#define TARGET_EOWNERDEAD 130 /* Owner died */
|
||||
#define TARGET_ENOTRECOVERABLE 131 /* State not recoverable */
|
||||
|
||||
|
|
|
@ -224,4 +224,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -225,4 +225,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCPKT_DOSTOP 32
|
||||
|
||||
#define TARGET_TIOCSER_TEMT 0x01 /* Transmitter physically empty */
|
||||
|
||||
|
|
|
@ -234,4 +234,3 @@ struct target_termios {
|
|||
|
||||
#define TARGET_TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */
|
||||
#define TARGET_TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
|
||||
|
||||
|
|
|
@ -277,4 +277,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
|
||||
#define TARGET_TIOCMIWAIT 0x545C /* Wait input */
|
||||
#define TARGET_TIOCGICOUNT 0x545D /* Read serial port inline interrupt counts */
|
||||
|
||||
|
|
|
@ -277,4 +277,3 @@ struct target_termios {
|
|||
#define TARGET_TIOCSERSETMULTI 0x545B /* Set multiport config */
|
||||
#define TARGET_TIOCMIWAIT 0x545C /* Wait input */
|
||||
#define TARGET_TIOCGICOUNT 0x545D /* Read serial port inline interrupt counts */
|
||||
|
||||
|
|
|
@ -314,4 +314,3 @@ print_syscall_ret(int num, abi_long ret)
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -485,4 +485,3 @@ int do_vm86(CPUX86State *env, long subfunction, abi_ulong vm86_addr)
|
|||
out:
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue