diff options
| author | martin <martin@NetBSD.org> | 2014-04-01 14:08:50 +0000 |
|---|---|---|
| committer | martin <martin@NetBSD.org> | 2014-04-01 14:08:50 +0000 |
| commit | 452cd68003102f8a6d2a45f41dd002e00c010dfa (patch) | |
| tree | cb56fe04f16805eb67802d955f553971dd04a9f7 /sys | |
| parent | 72f66cd506cf2c69f30b538d0107f2ff35e41f70 (diff) | |
Rearrange order of includes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/arch/playstation2/include/param.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/playstation2/include/param.h b/sys/arch/playstation2/include/param.h index 0c9c8d97c6a..7dca48e3a65 100644 --- a/sys/arch/playstation2/include/param.h +++ b/sys/arch/playstation2/include/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.9 2014/03/31 11:41:01 martin Exp $ */ +/* $NetBSD: param.h,v 1.10 2014/04/01 14:08:50 martin Exp $ */ /* * Copyright (c) 1992, 1993 @@ -71,11 +71,11 @@ #ifndef _PLAYSTATION2_PARAM_H_ #define _PLAYSTATION2_PARAM_H_ -#include <mips/mips_param.h> - #define _MACHINE playstation2 #define MACHINE "playstation2" +#include <mips/mips_param.h> + #define DEV_BSIZE 512 #define DEV_BSHIFT 9 /* log2(DEV_BSIZE) */ #define BLKDEV_IOSIZE 2048 |
