Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
04d4d7d5
Commit
04d4d7d5
authored
Oct 11, 2006
by
Ralf Baechle
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MIPS] Cleanup definitions of speed_t and tcflag_t.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
472f291d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
9 deletions
+3
-9
include/asm-mips/termbits.h
include/asm-mips/termbits.h
+3
-9
No files found.
include/asm-mips/termbits.h
View file @
04d4d7d5
...
...
@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* for more details.
*
* Copyright (C) 1995,
1996, 1999, 2001
Ralf Baechle
* Copyright (C) 1995,
96, 99, 2001, 06
Ralf Baechle
* Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 2001 MIPS Technologies, Inc.
*/
...
...
@@ -13,14 +13,8 @@
#include <linux/posix_types.h>
typedef
unsigned
char
cc_t
;
#if (_MIPS_SZLONG == 32)
typedef
unsigned
long
speed_t
;
typedef
unsigned
long
tcflag_t
;
#endif
#if (_MIPS_SZLONG == 64)
typedef
__u32
speed_t
;
typedef
__u32
tcflag_t
;
#endif
typedef
unsigned
int
speed_t
;
typedef
unsigned
int
tcflag_t
;
/*
* The ABI says nothing about NCC but seems to use NCCS as
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment