function defs = csc_registration(action)
% Copyright 1994-2009 The MathWorks, Inc.
% $Revision: $ $Date: $
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% NOTE:
% - This file was automatically generated by the Simulink custom storage class
% designer.
% - The contents of this file are arranged so that the Simulink custom storage
% class designer can load the associated classes for editing.
% - Hand modification of this file is not recommended as it may prevent the
% Simulink custom storage class designer from loading the associated classes.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% - Generated on: 13-Aug-2009 14:27:11
% - MATLAB version: 7.7.0.471 (R2008b)
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
switch action
case 'CSCDefn'
defs = [];
h = Simulink.CSCDefn;
set(h, 'Name', 'BF561_SHARED_L2_RAM');
set(h, 'OwnerPackage', 'Blackfin');
set(h, 'CSCType', 'Other');
set(h, 'MemorySection', 'Default');
set(h, 'IsMemorySectionInstanceSpecific', false);
set(h, 'IsGrouped', false);
set(h.DataUsage, 'IsParameter', true);
set(h.DataUsage, 'IsSignal', true);
set(h, 'DataScope', 'Exported');
set(h, 'IsDataScopeInstanceSpecific', false);
set(h, 'DataInit', 'None');
set(h, 'IsDataInitInstanceSpecific', false);
set(h, 'DataAccess', 'Direct');
set(h, 'IsDataAccessInstanceSpecific', false);
set(h, 'HeaderFile', '');
set(h, 'IsHeaderFileInstanceSpecific', true);
set(h, 'CommentSource', 'Default');
set(h, 'TypeComment', '');
set(h, 'DeclareComment', '');
set(h, 'DefineComment', '');
set(h, 'CSCTypeAttributesClassName', '');
set(h, 'TLCFileName', 'BF561_SHARED_RAM.tlc');
defs = [defs; h];
h = Simulink.CSCDefn;
set(h, 'Name', 'BF561_FAST_L1_RAM');
set(h, 'OwnerPackage', 'Blackfin');
set(h, 'CSCType', 'Other');
set(h, 'MemorySection', 'L1_DATA');
set(h, 'IsMemorySectionInstanceSpecific', false);
set(h, 'IsGrouped', false);
set(h.DataUsage, 'IsParameter', true);
set(h.DataUsage, 'IsSignal', true);
set(h, 'DataScope', 'File');
set(h, 'IsDataScopeInstanceSpecific', false);
set(h, 'DataInit', 'None');
set(h, 'IsDataInitInstanceSpecific', false);
set(h, 'DataAccess', 'Direct');
set(h, 'IsDataAccessInstanceSpecific', false);
set(h, 'HeaderFile', '');
set(h, 'IsHeaderFileInstanceSpecific', false);
set(h, 'CommentSource', 'Default');
set(h, 'TypeComment', '');
set(h, 'DeclareComment', '');
set(h, 'DefineComment', '');
set(h, 'CSCTypeAttributesClassName', '');
set(h, 'TLCFileName', 'BF561_FAST_L1_RAM.tlc');
defs = [defs; h];
case 'MemorySectionDefn'
defs = [];
h = Simulink.MemorySectionDefn;
set(h, 'Name', 'COREB');
set(h, 'OwnerPackage', 'Blackfin');
set(h, 'Comment', '');
set(h, 'PragmaPerVar', false);
set(h, 'PrePragma', '#ifdef COREB');
set(h, 'PostPragma', '#endif');
set(h, 'IsConst', false);
set(h, 'IsVolatile', false);
set(h, 'Qualifier', '');
defs = [defs; h];
h = Simulink.MemorySectionDefn;
set(h, 'Name', 'L1_DATA');
set(h, 'OwnerPackage', 'Blackfin');
set(h, 'Comment', '');
set(h, 'PragmaPerVar', false);
set(h, 'PrePragma', '');
set(h, 'PostPragma', '');
set(h, 'IsConst', false);
set(h, 'IsVolatile', false);
set(h, 'Qualifier', 'section ("L1_data")');
defs = [defs; h];
h = Simulink.MemorySectionDefn;
set(h, 'Name', 'L1_CODE');
set(h, 'OwnerPackage', 'Blackfin');
set(h, 'Comment', '');
set(h, 'PragmaPerVar', false);
set(h, 'PrePragma', '#pragma section("L1_code")');
set(h, 'PostPragma', '');
set(h, 'IsConst', false);
set(h, 'IsVolatile', false);
set(h, 'Qualifier', '');
defs = [defs; h];
h = Simulink.MemorySectionDefn;
set(h, 'Name', 'COREA');
set(h, 'OwnerPackage', 'Blackfin');
set(h, 'Comment', '');
set(h, 'PragmaPerVar', false);
set(h, 'PrePragma', '#ifdef COREA');
set(h, 'PostPragma', '#endif');
set(h, 'IsConst', false);
set(h, 'IsVolatile', false);
set(h, 'Qualifier', '');
defs = [defs; h];
otherwise
DAStudio.error('Simulink:dialog:CSCRegInvalidAction', action);
end
%EOF