From b67122892a05ffdaaf0e49835106a1bc44a01607 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 17 Feb 2011 02:12:14 +0000 Subject: More m9s12x stuff git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3299 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/arch/hc/src/common/up_internal.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/arch/hc/src/common/up_internal.h') diff --git a/nuttx/arch/hc/src/common/up_internal.h b/nuttx/arch/hc/src/common/up_internal.h index 1e79e743c..b32087312 100755 --- a/nuttx/arch/hc/src/common/up_internal.h +++ b/nuttx/arch/hc/src/common/up_internal.h @@ -1,7 +1,7 @@ /**************************************************************************** * arch/hc/src/common/up_internal.h * - * Copyright (C) 2009 Gregory Nutt. All rights reserved. + * Copyright (C) 2009, 2011 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without @@ -101,7 +101,7 @@ typedef void (*up_vector_t)(void); * structure. If is non-NULL only during interrupt processing. */ -extern uint16_t *current_regs; +extern uint8_t *current_regs; /* This is the beginning of heap as provided from processor-specific logic. * This is the first address in RAM after the loaded program+bss+idle stack. @@ -139,7 +139,7 @@ extern void up_switchcontext(uint32_t *saveregs, uint32_t *restoreregs); /* Interrupt handling */ -extern uint16_t *up_doirq(int irq, uint32_t *regs); +extern uint8_t *up_doirq(int irq, uint8_t *regs); extern void up_maskack_irq(int irq); /* Signal handling */ -- cgit v1.2.3