aboutsummaryrefslogtreecommitdiff
path: root/test/linux-generic/validation/api/shmem/shmem_linux.h
blob: a07a7758f2d469781840862f82206b6a351cf686 (plain)
1
2
3
4
5
6
7
8
9
/* Copyright (c) 2016, Linaro Limited
 * All rights reserved.
 *
 * SPDX-License-Identifier:	BSD-3-Clause
 */

void test_success(char *fifo_name, int fd, pid_t odp_app);
void test_failure(char *fifo_name, int fd, pid_t odp_app);
int main(int argc, char *argv[]);