Linux 3.9-rc4
[linux-2.6/cjktty.git] / include / linux / sonet.h
blob680f9a31df25653043a41603c4134ff284469b0a
1 /* sonet.h - SONET/SHD physical layer control */
2 #ifndef LINUX_SONET_H
3 #define LINUX_SONET_H
6 #include <linux/atomic.h>
7 #include <uapi/linux/sonet.h>
9 struct k_sonet_stats {
10 #define __HANDLE_ITEM(i) atomic_t i
11 __SONET_ITEMS
12 #undef __HANDLE_ITEM
15 extern void sonet_copy_stats(struct k_sonet_stats *from,struct sonet_stats *to);
16 extern void sonet_subtract_stats(struct k_sonet_stats *from,
17 struct sonet_stats *to);
19 #endif