pctestdev.h (6960cd891105f9a002a0327e31a6182f9c6de88e) pctestdev.h (2b9481465d6ee67ac62c160dbf79c3ec3348c611)
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2020 Adam Fenn <adam@fenn.io>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 24 unchanged lines hidden (view full) ---

33
34#ifndef _PCTESTDEV_H_
35#define _PCTESTDEV_H_
36
37struct vmctx;
38
39const char *pctestdev_getname(void);
40int pctestdev_init(struct vmctx *ctx);
1/*-
2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3 *
4 * Copyright (c) 2020 Adam Fenn <adam@fenn.io>
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:

--- 24 unchanged lines hidden (view full) ---

33
34#ifndef _PCTESTDEV_H_
35#define _PCTESTDEV_H_
36
37struct vmctx;
38
39const char *pctestdev_getname(void);
40int pctestdev_init(struct vmctx *ctx);
41int pctestdev_parse(const char *opts);
42
43#endif
41
42#endif