kvm_para.h 868 B

123456789101112131415161718192021222324252627
  1. #ifndef __IA64_KVM_PARA_H
  2. #define __IA64_KVM_PARA_H
  3. /*
  4. * Copyright (C) 2007 Xiantao Zhang <xiantao.zhang@intel.com>
  5. *
  6. * This program is free software; you can redistribute it and/or modify it
  7. * under the terms and conditions of the GNU General Public License,
  8. * version 2, as published by the Free Software Foundation.
  9. *
  10. * This program is distributed in the hope it will be useful, but WITHOUT
  11. * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  12. * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  13. * more details.
  14. *
  15. * You should have received a copy of the GNU General Public License along with
  16. * this program; if not, write to the Free Software Foundation, Inc., 59 Temple
  17. * Place - Suite 330, Boston, MA 02111-1307 USA.
  18. *
  19. */
  20. static inline unsigned int kvm_arch_para_features(void)
  21. {
  22. return 0;
  23. }
  24. #endif