~ubuntu-branches/ubuntu/utopic/crash/utopic-proposed

« back to all changes in this revision

Viewing changes to lkcd_vmdump_v2_v3.h

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-05 12:54:24 UTC
  • mfrom: (0.1.10 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080505125424-5q3qi10b5t8f1hc1
Tags: 4.0-6.3-1ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/patches/01_spu_commands.dpatch:
    + SPU extension support
  - debian/rules:
    + Build SPU on powerpc

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
#define _ASM_VMDUMP_H
52
52
 
53
53
/* necessary header files */
 
54
typedef unsigned int u32;
54
55
#include <asm/ptrace.h>                          /* for pt_regs             */
55
56
 
56
57
/* definitions */
101
102
 */
102
103
 
103
104
#ifndef IA64
 
105
typedef unsigned int u32;
104
106
#include <asm/ptrace.h>                          /* for pt_regs             */
105
107
#endif
106
108