summaryrefslogtreecommitdiffstats
path: root/include/sh_ks_xor.h
blob: bf98c514886d37580c4636f92f855081b223bcde (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SH_KERN_CALLS_H
#define SH_KERN_CALLS_H

/* Dummy header. */

typedef struct _sh_syscall_t {
  unsigned long addr;
  char *        name;
} sh_syscall_t;

#endif