incubator-nuttx/arch/sh/include
Gregory Nutt 666cc280f4 Rename irqenable() to up_irq_enable(); rename irqdisable() to up_irq_disable() 2016-02-14 16:54:09 -06:00
..
m16c Rename irqsave() and irqrestore() to up_irq_save() and up_irq_restore() 2016-02-14 16:11:25 -06:00
sh1 Rename irqenable() to up_irq_enable(); rename irqdisable() to up_irq_disable() 2016-02-14 16:54:09 -06:00
README.txt
arch.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
irq.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
limits.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
serial.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00
syscall.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
types.h Standardize the width of all comment boxes in header files 2015-10-02 17:42:29 -06:00
watchdog.h Make some file section headers more consistent with standard 2015-04-08 08:04:12 -06:00

README.txt

This directory contains header files common to all SH architectures.
Sub-directories within this directory contain header files unique to
specific SH chip architectures.  At configuration time, additional directories
will be linked here: 'build' will be a link to the configs/*/include
directory; 'chip' will be a link to the SH chip sub-directory.