Release 4.16 drivers/xen/xenfs/xenfs.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _XENFS_XENBUS_H
#define _XENFS_XENBUS_H
extern const struct file_operations xsd_kva_file_ops;
extern const struct file_operations xsd_port_file_ops;
extern const struct file_operations xensyms_ops;
#endif /* _XENFS_XENBUS_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Alex Zeffertt | 13 | 46.43% | 1 | 25.00% |
Ian Campbell | 8 | 28.57% | 1 | 25.00% |
Boris Ostrovsky | 6 | 21.43% | 1 | 25.00% |
Greg Kroah-Hartman | 1 | 3.57% | 1 | 25.00% |
Total | 28 | 100.00% | 4 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.