Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
mxms.h
Go to the documentation of this file.
1 #ifndef __NVMXM_MXMS_H__
2 #define __NVMXM_MXMS_H__
3 
4 struct mxms_odev {
9 };
10 
11 void mxms_output_device(struct nouveau_mxm *, u8 *, struct mxms_odev *);
12 
13 u16 mxms_version(struct nouveau_mxm *);
16 bool mxms_checksum(struct nouveau_mxm *);
17 bool mxms_valid(struct nouveau_mxm *);
18 
19 bool mxms_foreach(struct nouveau_mxm *, u8,
20  bool (*)(struct nouveau_mxm *, u8 *, void *), void *);
21 
22 #endif