This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/include/asm-sh/string.h
2008-01-28 13:18:40 +09:00

6 lines
84 B
C

#ifdef CONFIG_SUPERH32
# include "string_32.h"
#else
# include "string_64.h"
#endif