Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/bfin/include/sys/pll.h')
-rw-r--r--libgloss/bfin/include/sys/pll.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libgloss/bfin/include/sys/pll.h b/libgloss/bfin/include/sys/pll.h
index 835708f3e..59ec014d5 100644
--- a/libgloss/bfin/include/sys/pll.h
+++ b/libgloss/bfin/include/sys/pll.h
@@ -14,11 +14,11 @@
*
* pll.h
*
- * Copyright (C) 2008 Analog Devices, Inc.
+ * Copyright (C) 2008, 2009 Analog Devices, Inc.
*
************************************************************************/
-#ifdef __ASSEMBLY__
+#ifndef __ASSEMBLER__
#pragma once
#pragma system_header
#endif
@@ -34,7 +34,7 @@
#define NO_STARTUP_SET 0
#define MAX_IN_STARTUP 1
-#ifdef __ASSEMBLY__
+#ifndef __ASSEMBLER__
enum clkctrl_t {
/* no modification of PLL rates in CRT startup - default */
@@ -74,7 +74,7 @@ int pll_set_system_vco(int _msel, int _df, int _lockcnt);
}
#endif
-#endif /* __ASSEMBLY__ */
+#endif /* __ASSEMBLER__ */
#ifdef _MISRA_RULES
#pragma diag(pop)