~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to xen/include/asm-ia64/privop.h

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef _XEN_IA64_PRIVOP_H
 
2
#define _XEN_IA64_PRIVOP_H
 
3
 
 
4
#include <asm/ia64_int.h>
 
5
#include <asm/vcpu.h>
 
6
 
 
7
extern IA64FAULT priv_emulate(VCPU *vcpu, REGS *regs, u64 isr);
 
8
 
 
9
extern void privify_memory(void *start, u64 len);
 
10
 
 
11
extern int ia64_hyperprivop(unsigned long iim, REGS *regs);
 
12
 
 
13
#endif