You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Go through src/arch/${ARCH}/include/asm/hal
2. Look into few header there
3. You will probably see something like:
#ifndef HAL_XXX_H_
# error "Do not include this file directly!"
#endif /* HAL_XXX_H_ */
It is better to place and name such implementation headers near the
corresponding sources and include them using __module_headers(...)
Original issue reported on code.google.com by Eldar.Abusalimov on 28 Aug 2011 at 12:05
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Eldar.Abusalimov
on 28 Aug 2011 at 12:05The text was updated successfully, but these errors were encountered: