Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linux-seco-imx
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Jira
Code
Merge requests
12
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Clea OS
bsp
nxp
linux-seco-imx
Commits
04d4d7d5
Commit
04d4d7d5
authored
18 years ago
by
Ralf Baechle
Browse files
Options
Downloads
Patches
Plain Diff
[MIPS] Cleanup definitions of speed_t and tcflag_t.
Signed-off-by:
Ralf Baechle
<
ralf@linux-mips.org
>
parent
472f291d
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/asm-mips/termbits.h
+3
-9
3 additions, 9 deletions
include/asm-mips/termbits.h
with
3 additions
and
9 deletions
include/asm-mips/termbits.h
+
3
−
9
View file @
04d4d7d5
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
* License. See the file "COPYING" in the main directory of this archive
* License. See the file "COPYING" in the main directory of this archive
* for more details.
* for more details.
*
*
* Copyright (C) 1995,
19
96,
19
99, 2001 Ralf Baechle
* Copyright (C) 1995, 96, 99, 2001
, 06
Ralf Baechle
* Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 1999 Silicon Graphics, Inc.
* Copyright (C) 2001 MIPS Technologies, Inc.
* Copyright (C) 2001 MIPS Technologies, Inc.
*/
*/
...
@@ -13,14 +13,8 @@
...
@@ -13,14 +13,8 @@
#include
<linux/posix_types.h>
#include
<linux/posix_types.h>
typedef
unsigned
char
cc_t
;
typedef
unsigned
char
cc_t
;
#if (_MIPS_SZLONG == 32)
typedef
unsigned
int
speed_t
;
typedef
unsigned
long
speed_t
;
typedef
unsigned
int
tcflag_t
;
typedef
unsigned
long
tcflag_t
;
#endif
#if (_MIPS_SZLONG == 64)
typedef
__u32
speed_t
;
typedef
__u32
tcflag_t
;
#endif
/*
/*
* The ABI says nothing about NCC but seems to use NCCS as
* The ABI says nothing about NCC but seems to use NCCS as
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment