Deleted Added
full compact
inout.h (222105) inout.h (242192)
1/*-
2 * Copyright (c) 2011 NetApp, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

57 }; \
58 DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
59
60void init_inout(void);
61int emulate_inout(struct vmctx *, int vcpu, int in, int port, int bytes,
62 uint32_t *eax, int strict);
63int register_inout(struct inout_port *iop);
64
1/*-
2 * Copyright (c) 2011 NetApp, Inc.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

57 }; \
58 DATA_SET(inout_port_set, __CONCAT(__inout_port, __LINE__))
59
60void init_inout(void);
61int emulate_inout(struct vmctx *, int vcpu, int in, int port, int bytes,
62 uint32_t *eax, int strict);
63int register_inout(struct inout_port *iop);
64
65void init_bvmcons(void);
66
65#endif /* _INOUT_H_ */
67#endif /* _INOUT_H_ */