sh: Rename opcode_t to insn_size_t.

This is now clashing with a driver, so just rename it.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
This commit is contained in:
Paul Mundt
2009-05-09 16:02:08 +09:00
parent 6dbe47a170
commit 2bcfffa423
7 changed files with 15 additions and 15 deletions

View File

@ -6,7 +6,7 @@
#include <linux/types.h>
#include <linux/ptrace.h>
typedef u16 kprobe_opcode_t;
typedef insn_size_t kprobe_opcode_t;
#define BREAKPOINT_INSTRUCTION 0xc33a
#define MAX_INSN_SIZE 16