Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
fio
/
2afd826bf6cd19900aee70ae14ede92d91b6f4c0
/
.
/
profiles.h
blob: 8203a4641d01d1afad7bfd9bd9497ec4d151135a [
file
] [
log
] [
blame
]
#ifndef
FIO_PROFILE_H
#define
FIO_PROFILE_H
enum
{
PROFILE_NONE
=
0
,
PROFILE_TIOBENCH
=
1
,
PROFILE_END
=
2
,
};
#endif