Changes

m
not sure what this page is about, but it's spelled wrong :)
Line 1: Line 1: −
struct ios_ressource_request {
+
struct ios_resource_request {
     enum IOS_ressouce_cmd cmd;
+
     enum IOS_resource_cmd cmd;
 
     /* ... to be continued */
 
     /* ... to be continued */
 
  };
 
  };
      −
  enum IOS_ressouce_cmd {
+
  enum IOS_resource_cmd {
 
     IOS_CMD_OPEN  = 1,
 
     IOS_CMD_OPEN  = 1,
 
     IOS_CMD_CLOSE  = 2,
 
     IOS_CMD_CLOSE  = 2,