~ubuntu-branches/debian/sid/trinity/sid

« back to all changes in this revision

Viewing changes to ioctls/msr.c

  • Committer: Package Import Robot
  • Author(s): gustavo panizzo
  • Date: 2014-01-17 21:10:15 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140117211015-k2qbnpu0osa5mlil
Tags: 1.3-1
* New upstream version 1.3.
* Removed wrong dependency on linux-headers. (Closes: #733771).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#define X86_IOC_RDMSR_REGS      _IOWR('c', 0xA0, __u32[8])
5
5
#define X86_IOC_WRMSR_REGS      _IOWR('c', 0xA1, __u32[8])
6
6
 
7
 
#include "trinity.h"
 
7
#include "utils.h"
8
8
#include "ioctls.h"
9
9
 
10
10
static const struct ioctl msr_ioctls[] = {