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