[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bsp.am
- Date: Sun, 02 Dec 2007 12:20:19 -0800
- From: strauman at slac.stanford.edu (Till Straumann)
- Subject: bsp.am
I propose to introduce a CPP symbol
__RTEMS_INSIDE_BSP__
It should be defined only during compilation of the BSP so that
internal interfaces defined in some headers could be protected
from being exposed to application code.
Does this make sense?
Would 'bsp.am':
AM_CPPFLAGS+=-D__RTEMS_INSIDE_BSP__
be an appropriate place?
-- Till
- Follow-Ups:
- bsp.am
- From: ralf.corsepius at rtems.org (Ralf Corsepius)