Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
viro
/
sparse
/
09ec74f6acaf6837e18157f5b9588bb08971aafb
/
.
/
validation
/
attr_aligned.c
blob: dc44e9fdd42d1fa63d13b38ffa22d544f421cfe0 [
file
]
void
*
foo
(
void
)
__attribute__
((
__assume_aligned__
(
4096
)));
void
*
foo
(
void
)
__attribute__
((
assume_aligned
(
4096
)));
/*
* check-name: attribute assume_aligned
*/