repo.or.cz
/
drm
/
drm-misc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/panthor: Don't add write fences to the shared BOs
[drm/drm-misc.git]
/
arch
/
riscv
/
include
/
asm
/
exec.h
blob
07d9942682e0e1b6782a0fae14c148db64f37797
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef __ASM_EXEC_H
4
#define __ASM_EXEC_H
5
6
extern
unsigned long
arch_align_stack
(
unsigned long
sp
);
7
8
#endif
/* __ASM_EXEC_H */