removed obsolete offset type definitions.

This commit is contained in:
nvt-se 2009-07-13 20:02:16 +00:00
parent 823bb613f3
commit b0431cc688
3 changed files with 0 additions and 3 deletions

View file

@ -67,6 +67,5 @@
void cfs_coffee_arch_erase(uint16_t sector);
typedef int16_t coffee_page_t;
typedef uint16_t coffee_offset_t;
#endif /* !COFFEE_ARCH_H */

View file

@ -75,6 +75,5 @@
/* Coffee types. */
typedef int16_t coffee_page_t;
typedef int32_t coffee_offset_t;
#endif /* !COFFEE_ARCH_H */

View file

@ -70,6 +70,5 @@
/* Coffee types. */
typedef int16_t coffee_page_t;
typedef int32_t coffee_offset_t;
#endif /* !COFFEE_ARCH_H */