repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
target/i386: fix incorrect EIP in PC-relative translation blocks
[qemu/ar7.git]
/
linux-user
/
loongarch64
/
target_fcntl.h
blob
99bf5868545ca6ca472761d1d5d9473ff60f41c2
1
/* SPDX-License-Identifier: GPL-2.0-or-later */
2
/*
3
* Copyright (c) 2021 Loongson Technology Corporation Limited
4
*/
5
6
#ifndef LOONGARCH_TARGET_FCNTL_H
7
#define LOONGARCH_TARGET_FCNTL_H
8
9
#include
"../generic/fcntl.h"
10
11
#endif